aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-01-19 02:56:45 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2012-01-20 02:07:22 +0800
commit2082e3a96b3aed97adc615e7739cec6afea5d76e (patch)
tree4a671907df719acfb6a9072daabcb036018a4564 /src/ephy-window.h
parent90e79ffec92b47fbc6ad8b575b9691b1f7621f3b (diff)
downloadgsoc2013-epiphany-2082e3a96b3aed97adc615e7739cec6afea5d76e.tar
gsoc2013-epiphany-2082e3a96b3aed97adc615e7739cec6afea5d76e.tar.gz
gsoc2013-epiphany-2082e3a96b3aed97adc615e7739cec6afea5d76e.tar.bz2
gsoc2013-epiphany-2082e3a96b3aed97adc615e7739cec6afea5d76e.tar.lz
gsoc2013-epiphany-2082e3a96b3aed97adc615e7739cec6afea5d76e.tar.xz
gsoc2013-epiphany-2082e3a96b3aed97adc615e7739cec6afea5d76e.tar.zst
gsoc2013-epiphany-2082e3a96b3aed97adc615e7739cec6afea5d76e.zip
location-action: don't make this a GtkAction anymore
It doesn't really make sense in a world where the location action is only used on a fixed toolbar, and complicates the code a lot. https://bugzilla.gnome.org/show_bug.cgi?id=668206
Diffstat (limited to 'src/ephy-window.h')
-rw-r--r--src/ephy-window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-window.h b/src/ephy-window.h
index e9b443f21..d8251bf0e 100644
--- a/src/ephy-window.h
+++ b/src/ephy-window.h
@@ -25,6 +25,7 @@
#define EPHY_WINDOW_H
#include "ephy-embed.h"
+#include "ephy-location-action.h"
#include <glib-object.h>
#include <glib.h>
@@ -86,6 +87,7 @@ void ephy_window_set_downloads_box_visibility (EphyWindow *window,
gboolean show);
GtkActionGroup *ephy_window_get_toolbar_action_group (EphyWindow *window);
+EphyLocationAction *ephy_window_get_location_action (EphyWindow *window);
G_END_DECLS