summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-11-15 20:32:04 +0000
committerjstebbins <[email protected]>2009-11-15 20:32:04 +0000
commit655a0a9d696d3dbfcb66bb45b7581dbb6276dcda (patch)
tree47fe8bb8dd1ed7886f4b078b8dfc87445c342da0 /gtk
parent0447e8ea2bfa746d4b282d91e1e3eccaa5476bd4 (diff)
LinGui: fix preview window stacking behavior
it could not be raised above queue or activity window git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2936 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r--gtk/src/ghb.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index a584a33bc..8056df6dc 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -4686,6 +4686,7 @@ Requires subme >= 6 and trellis >= 1.</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
+ <property name="transient-for">hb_window</property>
<signal handler="activity_window_delete_cb" name="delete_event"/>
<child>
<object class="GtkVBox" id="vbox37">
@@ -4743,6 +4744,7 @@ Requires subme >= 6 and trellis >= 1.</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
+ <property name="transient-for">hb_window</property>
<signal handler="queue_window_delete_cb" name="delete_event"/>
<child>
<object class="GtkVBox" id="vbox34">
@@ -6161,6 +6163,7 @@ The classic deinterlace filter is applied to all frames. Frames that are not int
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
<property name="resizable">False</property>
+ <property name="transient-for">hb_window</property>
<property name="events">GDK_STRUCTURE_MASK | GDK_POINTER_MOTION_MASK</property>
<signal handler="preview_configure_cb" name="configure-event"/>
<signal handler="preview_window_delete_cb" name="delete_event"/>