diff options
author | jstebbins <[email protected]> | 2011-10-07 23:17:15 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-10-07 23:17:15 +0000 |
commit | 8aefcb07be2554610fd196f8190b5c44245be428 (patch) | |
tree | e6b0dfe6facf0c00ed79a322be99040d6075d0a8 /gtk/src | |
parent | 9644dab2185e9ef0bbfac987f94911cc8cfda345 (diff) |
LinGui: change window type hint for popup windows
Fedora 16 does not put a close button on windows that have the dialog
hint. So change the hint to 'utility'.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4269 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src')
-rw-r--r-- | gtk/src/ghb.ui | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index e43fb7b17..5ef2664e6 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -5549,7 +5549,7 @@ no-fast-pskip=0:no-dct-decimate=0:cabac=1</property> <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="type_hint">GDK_WINDOW_TYPE_HINT_UTILITY</property> <property name="skip_taskbar_hint">True</property> <property name="skip_pager_hint">True</property> <property name="transient-for">hb_window</property> @@ -5608,7 +5608,7 @@ no-fast-pskip=0:no-dct-decimate=0:cabac=1</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> - <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> + <property name="type_hint">GDK_WINDOW_TYPE_HINT_UTILITY</property> <property name="skip_taskbar_hint">True</property> <property name="skip_pager_hint">True</property> <property name="transient-for">hb_window</property> @@ -5743,7 +5743,7 @@ no-fast-pskip=0:no-dct-decimate=0:cabac=1</property> <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> + <property name="type_hint">GDK_WINDOW_TYPE_HINT_UTILITY</property> <property name="skip_taskbar_hint">True</property> <property name="skip_pager_hint">True</property> <property name="resizable">False</property> @@ -7038,6 +7038,7 @@ The classic deinterlace filter is applied to all frames. Frames that are not int <property name="title" translatable="yes">Preview</property> <property name="window_position">GTK_WIN_POS_CENTER</property> <property name="skip_taskbar_hint">True</property> + <property name="type_hint">GDK_WINDOW_TYPE_HINT_UTILITY</property> <property name="skip_pager_hint">True</property> <property name="resizable">False</property> <property name="transient-for">hb_window</property> |