gnome-panel r11222 - in trunk/gnome-panel: . libpanel-util



Author: vuntz
Date: Thu Aug 21 12:59:03 2008
New Revision: 11222
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11222&view=rev

Log:
2008-08-21  Vincent Untz  <vuntz gnome org>

	* libpanel-util/panel-session-manager.c:
	(panel_session_manager_request_logout): update for signature change for
	the Logout method


Modified:
   trunk/gnome-panel/ChangeLog
   trunk/gnome-panel/libpanel-util/panel-session-manager.c

Modified: trunk/gnome-panel/libpanel-util/panel-session-manager.c
==============================================================================
--- trunk/gnome-panel/libpanel-util/panel-session-manager.c	(original)
+++ trunk/gnome-panel/libpanel-util/panel-session-manager.c	Thu Aug 21 12:59:03 2008
@@ -102,7 +102,7 @@
 	proxy = panel_dbus_service_get_proxy (PANEL_DBUS_SERVICE (manager));
 
 	if (!dbus_g_proxy_call (proxy, "Logout", &error,
-				G_TYPE_INT, mode, G_TYPE_INVALID,
+				G_TYPE_UINT, mode, G_TYPE_INVALID,
 				G_TYPE_INVALID) &&
 	    error != NULL) {
 		g_warning ("Could not ask session manager to log out: %s",



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