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-main.c | |
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-main.c')
-rw-r--r-- | src/nautilus-main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nautilus-main.c b/src/nautilus-main.c index f356f55d5..6b0dd50c2 100644 --- a/src/nautilus-main.c +++ b/src/nautilus-main.c @@ -34,7 +34,6 @@ #include <libnautilus-private/nautilus-debug.h> #include <eel/eel-debug.h> -#include <libegg/eggdesktopfile.h> #include <glib/gi18n.h> #include <gtk/gtk.h> @@ -93,10 +92,6 @@ main (int argc, char *argv[]) g_set_prgname ("nautilus"); - if (g_file_test (DATADIR "/applications/nautilus.desktop", G_FILE_TEST_EXISTS)) { - egg_set_desktop_file (DATADIR "/applications/nautilus.desktop"); - } - #ifdef HAVE_EXEMPI xmp_init(); #endif |