From 4afc8d39bf9371d4e76eae54e5b8d825366476b7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 16 Oct 2012 09:04:21 -0400 Subject: Bug 676141 - Use GtkApplication for session management As of GTK+ 3.4, GtkApplication now provides session management support similar to EggSMClient. So drop our copy of EggSMClient. --- shell/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index 2dbb132f1f..c7172bea28 100644 --- a/shell/main.c +++ b/shell/main.c @@ -417,6 +417,7 @@ create_default_shell (void) "express-mode", express_mode, "small-screen-mode", small_screen, "online", online, + "register-session", TRUE, NULL); /* Failure to register is fatal. */ -- cgit