[gnome-keyring] Do not make label selectionnable in prompt dialog



commit 01d4e6de0c827d3c2644b589fdc0f18a0a991887
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Nov 8 10:15:05 2011 +0100

    Do not make label selectionnable in prompt dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660108

 ui/gku-prompt.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ui/gku-prompt.ui b/ui/gku-prompt.ui
index 0dd9479..8df2d11 100644
--- a/ui/gku-prompt.ui
+++ b/ui/gku-prompt.ui
@@ -45,7 +45,7 @@
 An application wants access to the keyring 'xxx', but it is locked.</property>
                         <property name="use_markup">True</property>
                         <property name="wrap">True</property>
-                        <property name="selectable">True</property>
+                        <property name="selectable">False</property>
                       </object>
                       <packing>
                         <property name="position">0</property>
@@ -53,7 +53,7 @@ An application wants access to the keyring 'xxx', but it is locked.</property>
                     </child>
                     <child>
                       <object class="GtkLabel" id="warning_label">
-                        <property name="selectable">True</property>
+                        <property name="selectable">False</property>
                       </object>
                       <packing>
                         <property name="position">1</property>



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