aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-open-tabs-action.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-09-25 04:02:55 +0800
committerChristian Persch <chpe@src.gnome.org>2008-09-25 04:02:55 +0800
commit659169914fa8da235b35730c688a23c3caca8b3a (patch)
treeef6977c62d09ba7094c3646eb3dfd0c10b80cb62 /src/bookmarks/ephy-open-tabs-action.c
parente1d7349c1c0191c371c11a9011eb288187e2cc9d (diff)
downloadgsoc2013-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 'src/bookmarks/ephy-open-tabs-action.c')
-rw-r--r--src/bookmarks/ephy-open-tabs-action.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/bookmarks/ephy-open-tabs-action.c b/src/bookmarks/ephy-open-tabs-action.c
index f3ea35830..8a5cceab8 100644
--- a/src/bookmarks/ephy-open-tabs-action.c
+++ b/src/bookmarks/ephy-open-tabs-action.c
@@ -20,7 +20,10 @@
#include "config.h"
-#include "ephy-open-tabs-action.h"
+#include <string.h>
+
+#include <glib/gi18n.h>
+#include <gtk/gtk.h>
#include "ephy-bookmarks.h"
#include "ephy-bookmarks-ui.h"
@@ -28,12 +31,7 @@
#include "ephy-link-action.h"
#include "ephy-link.h"
-#include <glib/gi18n.h>
-#include <gtk/gtk.h>
-
-#include <libgnomevfs/gnome-vfs-uri.h>
-
-#include <string.h>
+#include "ephy-open-tabs-action.h"
static void
activate_cb (GtkAction *action,