[Xfce4-commits] <parole:master> Fix type hint in other dialog windows.

Sean Davis noreply at xfce.org
Sat Jan 5 10:52:01 CET 2013


Updating branch refs/heads/master
         to 0ce75f991fee9e16fd1b0d385312e3eb12d19b84 (commit)
       from d610040790bb7ed06d318b101d7612546c37041b (commit)

commit 0ce75f991fee9e16fd1b0d385312e3eb12d19b84
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Jan 5 04:51:08 2013 -0500

    Fix type hint in other dialog windows.

 data/interfaces/mediachooser.ui |    2 +-
 data/interfaces/plugins.ui      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/interfaces/mediachooser.ui b/data/interfaces/mediachooser.ui
index 77f2bec..4b44dc5 100644
--- a/data/interfaces/mediachooser.ui
+++ b/data/interfaces/mediachooser.ui
@@ -9,7 +9,7 @@
     <property name="default_width">680</property>
     <property name="default_height">480</property>
     <property name="destroy_with_parent">True</property>
-    <property name="type_hint">normal</property>
+    <property name="type_hint">dialog</property>
     <signal name="destroy" handler="parole_media_chooser_destroy_cb" swapped="no"/>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox">
diff --git a/data/interfaces/plugins.ui b/data/interfaces/plugins.ui
index c7cae49..d8dcb7f 100644
--- a/data/interfaces/plugins.ui
+++ b/data/interfaces/plugins.ui
@@ -10,7 +10,7 @@
     <property name="default_height">300</property>
     <property name="destroy_with_parent">True</property>
     <property name="icon_name">extension</property>
-    <property name="type_hint">normal</property>
+    <property name="type_hint">dialog</property>
     <property name="skip_taskbar_hint">True</property>
     <property name="skip_pager_hint">True</property>
     <property name="subtitle" translatable="yes">Extend your media player</property>


More information about the Xfce4-commits mailing list