[gnome-software] software-sources: Temporarily remove the remove button



commit 9a628be6af0e666bbb86473f4f961de8f6c0ce66
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Fri Jan 15 23:12:14 2016 -0600

    software-sources: Temporarily remove the remove button
    
    The previous commit which removed the entire dialog was overkill. The
    entire dialog is not dangerous; only the remove button is.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754315
    
    Signed-off-by: Richard Hughes <richard hughsie com>

 src/gs-sources-dialog.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-sources-dialog.ui b/src/gs-sources-dialog.ui
index 35010c3..193af41 100644
--- a/src/gs-sources-dialog.ui
+++ b/src/gs-sources-dialog.ui
@@ -150,7 +150,7 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="label3">
-                    <property name="visible">True</property>
+                    <property name="visible">False</property> <!-- Bug #754315 -->
                     <property name="can_focus">False</property>
                     <property name="xalign">0</property>
                     <property name="label" translatable="yes">Removing a source will also remove any 
software you have installed from it.</property>
@@ -468,7 +468,7 @@
                 <child>
                   <object class="GtkButton" id="button_remove">
                     <property name="label" translatable="yes">Remove Source</property>
-                    <property name="visible">True</property>
+                    <property name="visible">False</property> <!-- Bug #754315 -->
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
                     <property name="margin_top">12</property>


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