UI & code freeze break request



Hi,

I'd like to hide the "save the current session" button in the options tab
of the gnome-session-properties capplet for 2.26.0: right now, it
doesn't do anything (it doesn't even tell you it's not working...) and
it won't get fixed for 2.26.0 for sure.

The patch is trivial. There's one sentence about it in the user
documentation.

Note that it's really just a temporary work-around to hide brokenness.
I'll revert the change after 2.26.0 is out.

Vincent

-- 
Les gens heureux ne sont pas pressés.
Index: capplet/gsm-properties-dialog.c
===================================================================
--- capplet/gsm-properties-dialog.c	(révision 5324)
+++ capplet/gsm-properties-dialog.c	(copie de travail)
@@ -1412,7 +1412,7 @@ gsm_properties_dialog_constructor (GType
 
         setup_dialog (dialog);
 
-        gtk_widget_show_all (GTK_WIDGET (dialog));
+        gtk_widget_show (GTK_WIDGET (dialog));
 
         return G_OBJECT (dialog);
 }
Index: data/session-properties.glade
===================================================================
--- data/session-properties.glade	(révision 5324)
+++ data/session-properties.glade	(copie de travail)
@@ -306,7 +306,7 @@
                     <property name="visible">True</property>
                     <child>
                       <widget class="GtkButton" id="session_properties_save_button">
-                        <property name="visible">True</property>
+                        <property name="visible">False</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">True</property>
                         <child>


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