summaryrefslogtreecommitdiff
path: root/gnome-session/manager.c
diff options
context:
space:
mode:
authorFelix Bellaby <felix@src.gnome.org>1999-02-10 22:57:21 +0000
committerFelix Bellaby <felix@src.gnome.org>1999-02-10 22:57:21 +0000
commit110ceb80bcce0644d2b0fea5de302b5a94472d00 (patch)
treeb3713e527717e9d144b517aef95902fcdee73542 /gnome-session/manager.c
parente9990b00b5ccde3e9b0cd33005566263747cf32f (diff)
downloadgnome-session-110ceb80bcce0644d2b0fea5de302b5a94472d00.tar.gz
do not call discard commands on clients in the pending_list. export
* save.c (delete_session): do not call discard commands on clients in the pending_list. * manager.c: export pending_list to save.c
Diffstat (limited to 'gnome-session/manager.c')
-rw-r--r--gnome-session/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-session/manager.c b/gnome-session/manager.c
index fd75d9a0..f173457b 100644
--- a/gnome-session/manager.c
+++ b/gnome-session/manager.c
@@ -43,7 +43,7 @@ static GSList *load_request_list = NULL;
static GSList *start_list = NULL;
/* List of clients which have been started but have yet to register */
-static GSList *pending_list = NULL;
+GSList *pending_list = NULL;
/* List of clients which have been purged from the pending list
since they have failed to register within our timeout. */