[gnome-todo] provider-popover: allow changing the storage location



commit b39bd8f6053a82d36f780c1c29e5bbee723c9adb
Author: Rohit Kaushik <kaushikrohit325 gmail com>
Date:   Wed Jan 18 21:08:13 2017 +0530

    provider-popover: allow changing the storage location
    
    The provider popover has the selector button insensitive, for
    there are issues with some providers.
    
    Since the Todo.txt plugin requires allowing setting the storage
    location, fix that by setting the selector button sensitive.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755734

 data/ui/provider-popover.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/provider-popover.ui b/data/ui/provider-popover.ui
index 56a4521..300c596 100644
--- a/data/ui/provider-popover.ui
+++ b/data/ui/provider-popover.ui
@@ -89,7 +89,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
-                    <property name="sensitive">False</property>
+                    <property name="sensitive">True</property>
                     <signal name="clicked" handler="gtd_provider_popover__change_location_clicked" 
object="GtdProviderPopover" swapped="yes" />
                     <child>
                       <object class="GtkImage" id="location_provider_image">


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