diff options
author | jstebbins <[email protected]> | 2009-05-20 23:39:06 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-05-20 23:39:06 +0000 |
commit | dc39beecfc4d7ed31bfe0d62e771d12b5775133f (patch) | |
tree | 9e54084339c5f7aaaa383ed23b4bd901992fd072 /gtk/src/ghb.ui | |
parent | 998a6adf0e9f4697ea6cfa6fdff8cf8c0f3af1a1 (diff) |
LinGui:
- Move the subtitle track combo into the treeview list
Each subtitle entry has its own combo to select the track now
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2433 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 54e99eeda..f740a9054 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -2253,43 +2253,6 @@ <property name="position">1</property> </packing> </child> - <child> - <object class="GtkAlignment" id="alignment44"> - <property name="visible">True</property> - <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="xalign">1</property> - <property name="xscale">0</property> - <property name="yscale">0</property> - <child> - <object class="GtkHBox" id="hbox21"> - <property name="visible">True</property> - <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="spacing">5</property> - <child> - <object class="GtkLabel" id="label24"> - <property name="visible">True</property> - <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="label" translatable="yes">Subtitle:</property> - </object> - </child> - <child> - <object class="GtkComboBox" id="SubtitleTrack"> - <property name="visible">True</property> - <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <signal handler="subtitle_track_changed_cb" name="changed"/> - </object> - <packing> - <property name="position">1</property> - <property name="expand">False</property> - </packing> - </child> - </object> - </child> - </object> - <packing> - <property name="position">2</property> - </packing> - </child> </object> <packing> <property name="expand">False</property> |