patches/gnome-session-15-reenable-session.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 16077 7fea2337134b
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

diff -urN gnome-session-2.26.0/capplet/gsm-properties-dialog.c ../SUNWgnome-session-2.26.0.hacked/gnome-session-2.26.0/capplet/gsm-properties-dialog.c
--- gnome-session-2.26.0/capplet/gsm-properties-dialog.c	2009-04-07 16:39:44.101107000 +0100
+++ ../SUNWgnome-session-2.26.0.hacked/gnome-session-2.26.0/capplet/gsm-properties-dialog.c	2009-04-07 17:23:53.667850000 +0100
@@ -1522,7 +1522,7 @@
 
         setup_dialog (dialog);
 
-        gtk_widget_show (GTK_WIDGET (dialog));
+        gtk_widget_show_all (GTK_WIDGET (dialog));
 
         return G_OBJECT (dialog);
 }