diff options
author | jstebbins <[email protected]> | 2009-04-16 23:43:48 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-04-16 23:43:48 +0000 |
commit | 6a2f2be1bcd801766777ff895aaaec82377495aa (patch) | |
tree | 095ed642430d27ebb111f80c68f462067e38de78 /gtk/src/ghb.ui | |
parent | 2cc59aecfa52b7d8a90af739ce953c0e06aea7d0 (diff) |
LinGui: minor change to how dvd devices are added to the file menu
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2335 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 29987c342..1a50256fa 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3907,6 +3907,7 @@ location as the movie.</property> </action-widgets> </object> <object class="GtkWindow" id="activity_window"> + <property name="visible">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="skip_taskbar_hint">True</property> @@ -3960,6 +3961,7 @@ location as the movie.</property> </child> </object> <object class="GtkWindow" id="queue_window"> + <property name="visible">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="title" translatable="yes">HandBrake Queue</property> <property name="icon_name">hb-queue</property> @@ -4102,6 +4104,7 @@ location as the movie.</property> </child> </object> <object class="GtkWindow" id="settings_window"> + <property name="visible">False</property> <property name="title" translatable="yes">Picture Settings</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> @@ -5284,6 +5287,7 @@ location as the movie.</property> </object> <object class="GtkWindow" id="preview_window"> + <property name="visible">False</property> <property name="title" translatable="yes">Preview</property> <property name="window_position">GTK_WIN_POS_CENTER</property> <property name="skip_taskbar_hint">True</property> |