gnome-session r4833 - in branches/dbus_based: . gnome-session



Author: mccann
Date: Wed Jul 23 16:35:28 2008
New Revision: 4833
URL: http://svn.gnome.org/viewvc/gnome-session?rev=4833&view=rev

Log:
2008-07-23  William Jon McCann  <jmccann redhat com>

	* gnome-session/gsm-xsmp-client.c (xsmp_get_restart_style_hint):
	Make sure hint is initialized.



Modified:
   branches/dbus_based/ChangeLog
   branches/dbus_based/gnome-session/gsm-xsmp-client.c

Modified: branches/dbus_based/gnome-session/gsm-xsmp-client.c
==============================================================================
--- branches/dbus_based/gnome-session/gsm-xsmp-client.c	(original)
+++ branches/dbus_based/gnome-session/gsm-xsmp-client.c	Wed Jul 23 16:35:28 2008
@@ -621,6 +621,7 @@
         GsmClientRestartStyle hint;
 
         g_debug ("GsmXSMPClient: getting restart style");
+        hint = GSM_CLIENT_RESTART_NEVER;
 
         prop = find_property (GSM_XSMP_CLIENT (client), SmRestartStyleHint, NULL);
 



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