[goobox] do not open a new window when restoring a session



commit 3b373edf3c79cb489ea4333edd671fc067286668
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Jun 5 14:19:34 2011 +0200

    do not open a new window when restoring a session

 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index a8e2871..ad17dd3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -308,7 +308,7 @@ init_application (GApplication *application)
 	client = egg_sm_client_get ();
 	if (egg_sm_client_is_resumed (client)) {
 		goo_restore_session (client, application);
-		return TRUE;
+		return FALSE;
 	}
 
 	return TRUE;



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