aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-01-19 03:08:09 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2012-01-20 02:07:23 +0800
commite62275191c520024b3b48dd2bdecbfb407e105e1 (patch)
tree4d2edd491ef3c4290802e5e60b4f0a633616f0bd /src/Makefile.am
parent2082e3a96b3aed97adc615e7739cec6afea5d76e (diff)
downloadgsoc2013-epiphany-e62275191c520024b3b48dd2bdecbfb407e105e1.tar
gsoc2013-epiphany-e62275191c520024b3b48dd2bdecbfb407e105e1.tar.gz
gsoc2013-epiphany-e62275191c520024b3b48dd2bdecbfb407e105e1.tar.bz2
gsoc2013-epiphany-e62275191c520024b3b48dd2bdecbfb407e105e1.tar.lz
gsoc2013-epiphany-e62275191c520024b3b48dd2bdecbfb407e105e1.tar.xz
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/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 24d47ae7d..a92de5cbc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,7 +24,7 @@ NOINST_H_FILES = \
ephy-home-action.h \
ephy-link-action.h \
ephy-lockdown.h \
- ephy-location-action.h \
+ ephy-location-controller.h \
ephy-navigation-history-action.h \
ephy-page-menu-action.h \
ephy-password-info.h \
@@ -62,7 +62,7 @@ libephymain_la_SOURCES = \
ephy-history-window.c \
ephy-link.c \
ephy-link-action.c \
- ephy-location-action.c \
+ ephy-location-controller.c \
ephy-lockdown.c \
ephy-navigation-history-action.c \
ephy-notebook.c \
@@ -237,7 +237,7 @@ EPHY_GIR_H_FILES = \
$(top_srcdir)/src/ephy-find-toolbar.h \
$(top_srcdir)/src/ephy-link-action.h \
$(top_srcdir)/src/ephy-link.h \
- $(top_srcdir)/src/ephy-location-action.h \
+ $(top_srcdir)/src/ephy-location-controller.h \
$(top_srcdir)/src/ephy-notebook.h \
$(top_srcdir)/src/ephy-session.h \
$(top_srcdir)/src/ephy-shell.h \
@@ -267,7 +267,7 @@ EPHY_GIR_C_FILES = \
$(top_srcdir)/src/ephy-find-toolbar.c \
$(top_srcdir)/src/ephy-link-action.c \
$(top_srcdir)/src/ephy-link.c \
- $(top_srcdir)/src/ephy-location-action.c \
+ $(top_srcdir)/src/ephy-location-controller.c \
$(top_srcdir)/src/ephy-notebook.c \
$(top_srcdir)/src/ephy-session.c \
$(top_srcdir)/src/ephy-shell.c \