First go at session management. Not asking review since

it's a bunch of ugly C code imported from gnome-session.
Will clean it up a bit but I don't plan to make it too shiny :)
This commit is contained in:
Marco Pesenti Gritti
2008-06-06 19:13:10 +02:00
parent 5ba50d0e0f
commit 50f79e6323
21 changed files with 6670 additions and 2 deletions
+5
View File
@@ -9,6 +9,11 @@ headers
#include "sugar-menu.h"
#include "sugar-preview.h"
#include "sexy-icon-entry.h"
#include "session.h"
#define EGG_SM_CLIENT_BACKEND_XSMP
#include "eggsmclient.h"
#include "eggsmclient-private.h"
#include <pygtk/pygtk.h>
#include <glib.h>