diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-09-25 04:02:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-09-25 04:02:55 +0800 |
commit | 659169914fa8da235b35730c688a23c3caca8b3a (patch) | |
tree | ef6977c62d09ba7094c3646eb3dfd0c10b80cb62 /lib/ephy-file-helpers.c | |
parent | e1d7349c1c0191c371c11a9011eb288187e2cc9d (diff) | |
download | gsoc2013-epiphany-659169914fa8da235b35730c688a23c3caca8b3a.tar gsoc2013-epiphany-659169914fa8da235b35730c688a23c3caca8b3a.tar.gz gsoc2013-epiphany-659169914fa8da235b35730c688a23c3caca8b3a.tar.bz2 gsoc2013-epiphany-659169914fa8da235b35730c688a23c3caca8b3a.tar.lz gsoc2013-epiphany-659169914fa8da235b35730c688a23c3caca8b3a.tar.xz gsoc2013-epiphany-659169914fa8da235b35730c688a23c3caca8b3a.tar.zst gsoc2013-epiphany-659169914fa8da235b35730c688a23c3caca8b3a.zip |
Remove libgnome and libgnomeui dependency, using EggSMClient instead of GnomeClient.
svn path=/trunk/; revision=8541
Diffstat (limited to 'lib/ephy-file-helpers.c')
-rw-r--r-- | lib/ephy-file-helpers.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index b3ba240dd..7ad91e106 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -35,13 +35,8 @@ #include <gio/gio.h> #include <gio/gdesktopappinfo.h> #include <gdk/gdk.h> -#include <libgnome/gnome-init.h> #include <libxml/xmlreader.h> -/* bug http://bugzilla.gnome.org/show_bug.cgi?id=156687 */ -#undef GNOME_DISABLE_DEPRECATED -#include <libgnome/gnome-desktop-item.h> - #include <gdk/gdk.h> #include <gtk/gtk.h> |