diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-01-19 03:08:09 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-01-20 02:07:23 +0800 |
commit | e62275191c520024b3b48dd2bdecbfb407e105e1 (patch) | |
tree | 4d2edd491ef3c4290802e5e60b4f0a633616f0bd /src/ephy-window.h | |
parent | 2082e3a96b3aed97adc615e7739cec6afea5d76e (diff) | |
download | gsoc2013-epiphany-e62275191c520024b3b48dd2bdecbfb407e105e1.tar.gz gsoc2013-epiphany-e62275191c520024b3b48dd2bdecbfb407e105e1.tar.zst gsoc2013-epiphany-e62275191c520024b3b48dd2bdecbfb407e105e1.zip |
Rename EphyLocationAction -> EphyLocationController
Since it's not a GtkAction anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=668206
Diffstat (limited to 'src/ephy-window.h')
-rw-r--r-- | src/ephy-window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-window.h b/src/ephy-window.h index d8251bf0e..94cc2e3d3 100644 --- a/src/ephy-window.h +++ b/src/ephy-window.h @@ -25,7 +25,7 @@ #define EPHY_WINDOW_H #include "ephy-embed.h" -#include "ephy-location-action.h" +#include "ephy-location-controller.h" #include <glib-object.h> #include <glib.h> @@ -87,7 +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); +EphyLocationController *ephy_window_get_location_controller (EphyWindow *window); G_END_DECLS |