summaryrefslogtreecommitdiff
path: root/gnome-session/manager.c
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-01-06 17:50:53 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-01-06 17:50:53 +0000
commitfc8dfc6b1961f24a8e6e2cf227e36a5eb5527713 (patch)
tree3d93685c06717adec7a2c411e46973383c0bfceb /gnome-session/manager.c
parentdd42f7bc7b93e8b48aa8c9a616708a27fccf23c8 (diff)
downloadgnome-session-fc8dfc6b1961f24a8e6e2cf227e36a5eb5527713.tar.gz
gsm/manager.c: CVS is picking up stupid irrelevant spacing changes.
gsm/manager.c: CVS is picking up stupid irrelevant spacing changes. help-browser/Makefile.am: Change library order for static linking.
Diffstat (limited to 'gnome-session/manager.c')
-rw-r--r--gnome-session/manager.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnome-session/manager.c b/gnome-session/manager.c
index 08927f82..effb4d5c 100644
--- a/gnome-session/manager.c
+++ b/gnome-session/manager.c
@@ -74,6 +74,7 @@ static GSList *message_sent_list = NULL;
typedef void message_func (SmsConn connection);
+static void check_session_end (int found);
/* Send a message to every client on LIST. */
static void
@@ -283,7 +284,7 @@ save_yourself_request (SmsConn connection, SmPointer data, int save_type,
saving = 1;
shutting_down = 0;
- g_assert (! save_yourself_list);
+ g_assert (!save_yourself_list);
REMOVE (live_list, client);
APPEND (save_yourself_list, client);
/* We ignore `shutdown' when a single-client save requested. */
@@ -592,14 +593,12 @@ void
save_session (int save_type, gboolean shutdown, int interact_style,
gboolean fast)
{
- GSList *list;
-
if (saving)
return;
shutting_down = shutdown;
- g_assert (! save_yourself_list);
+ g_assert (!save_yourself_list);
/* Protect against io_errors by using static lists */
while (live_list)
{