diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-12-20 18:39:24 +0100 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-12-20 19:07:49 +0100 |
commit | f42d5aa97de09de7052fa80abda62fabe17dfb13 (patch) | |
tree | 63d45cfab65c6c4c6ae9c578822b9b5b5202593f /src/nautilus-application.h | |
parent | ee06a67a632476b9758cc00eaa573e12cc3cfc91 (diff) | |
download | nautilus-f42d5aa97de09de7052fa80abda62fabe17dfb13.tar.gz |
smclient: remove XSMP support
EggSmClient is not well-maintained, and it doesn't seem like it will
ever hit GTK+, and the overall implementation seems to be poorly tested
and buggy.
Moreover, moving to 3.0 with nautilus being an application, it makes
less sense to have it save opened windows state, as it might not be
always running at all.
Diffstat (limited to 'src/nautilus-application.h')
-rw-r--r-- | src/nautilus-application.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-application.h b/src/nautilus-application.h index 59d0d67b7..ea6cd60a9 100644 --- a/src/nautilus-application.h +++ b/src/nautilus-application.h @@ -28,7 +28,6 @@ #include <gio/gio.h> #include <gtk/gtk.h> -#include <libegg/eggsmclient.h> #include <libnautilus-private/nautilus-undo-manager.h> #define NAUTILUS_DESKTOP_ICON_VIEW_IID "OAFIID:Nautilus_File_Manager_Desktop_Icon_View" @@ -58,7 +57,6 @@ typedef struct _NautilusSpatialWindow NautilusSpatialWindow; typedef struct { GtkApplication parent; - EggSMClient *smclient; NautilusUndoManager *undo_manager; GVolumeMonitor *volume_monitor; GDBusProxy *proxy; |