[epiphany] prefs: make the dialog modal



commit d31d3ab5b5be55e8f8f679d4c2b9c643b08e8300
Author: William Jon McCann <william jon mccann gmail com>
Date:   Mon Dec 9 03:03:05 2013 +0100

    prefs: make the dialog modal
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720098

 src/resources/prefs-dialog.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/prefs-dialog.ui b/src/resources/prefs-dialog.ui
index c328928..f40dd1a 100644
--- a/src/resources/prefs-dialog.ui
+++ b/src/resources/prefs-dialog.ui
@@ -19,9 +19,9 @@
     <property name="title" translatable="yes">Preferences</property>
     <property name="role">epiphany-preferences</property>
     <property name="window_position">center</property>
+    <property name="modal">True</property>
     <property name="destroy_with_parent">True</property>
     <property name="icon_name">gtk-preferences</property>
-    <property name="type_hint">normal</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox2">
         <property name="visible">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]