openbsd-ports/x11/gnome/session/patches/patch-gnome-session_manager_c
marcm bae0e34e39 Update to Gnome 2.8 (.1).
Work done primarily by Francois Briere, thanks Francois.
2004-12-10 20:36:42 +00:00

28 lines
740 B
Plaintext

--- gnome-session/manager.c.orig Fri Oct 1 06:13:23 2004
+++ gnome-session/manager.c Wed Dec 1 23:44:14 2004
@@ -28,7 +28,6 @@
extern int errno;
#endif
-
#include "manager.h"
#include "session.h"
#include "prop.h"
@@ -1004,6 +1003,7 @@
gchar *message;
gchar *reasons[3];
Client* warner = get_warner ();
+ IceConn ice_conn;
switch (save_state)
{
@@ -1044,7 +1044,7 @@
{
gsm_verbose ("have interact_list; sending ping with data to client %p\n", client);
print_client (client);
- IceConn ice_conn = SmsGetIceConnection (client->connection);
+ ice_conn = SmsGetIceConnection (client->connection);
interact_ping_replied = FALSE;
IcePing (ice_conn, interact_ping_reply, (IcePointer)client);
}