aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-04-15 02:51:06 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-15 02:51:06 +0800
commit1b233621840ce78f89ab5b91e67f8c9c8f6a09df (patch)
tree22c47a84716711a8510adec2e61cfbf908bf11b2 /configure.in
parent33021c190b07950973747e1891f0a58af675fe2b (diff)
downloadgsoc2013-epiphany-1b233621840ce78f89ab5b91e67f8c9c8f6a09df.tar
gsoc2013-epiphany-1b233621840ce78f89ab5b91e67f8c9c8f6a09df.tar.gz
gsoc2013-epiphany-1b233621840ce78f89ab5b91e67f8c9c8f6a09df.tar.bz2
gsoc2013-epiphany-1b233621840ce78f89ab5b91e67f8c9c8f6a09df.tar.lz
gsoc2013-epiphany-1b233621840ce78f89ab5b91e67f8c9c8f6a09df.tar.xz
gsoc2013-epiphany-1b233621840ce78f89ab5b91e67f8c9c8f6a09df.tar.zst
gsoc2013-epiphany-1b233621840ce78f89ab5b91e67f8c9c8f6a09df.zip
s/galeon/epiphany ;)
2003-04-14 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: s/galeon/epiphany ;) * src/bookmarks/ephy-bookmarks-editor.c: (reset_search_entry), (keyword_node_selected_cb), (search_entry_changed_cb): * src/bookmarks/ephy-topic-action.c: (build_bookmarks_menu), (build_topics_menu), (build_menu), (button_press_cb): Evil bookmarks menu is back in toolbars eeeeek. And no you cant have more than one level ... too bad. Fix search/node selection interaction.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 922416af6..511153ec3 100644
--- a/configure.in
+++ b/configure.in
@@ -145,7 +145,7 @@ AM_GCONF_SOURCE_2
dnl This is from Mozilla's configure.in. They set almost all the config stuff
dnl they need in mozilla-config.h Except for this compiler flag, which can't
dnl go in mozilla-config.h So we check the flag too and now we can include
-dnl mozilla-config.h without breaking galeon.
+dnl mozilla-config.h without breaking epiphany.
dnl This is really gcc-only
dnl Do this test using CXX only since some versions of gcc
dnl 2.95-2.97 have a signed wchar_t in c++ only and some versions
@@ -195,7 +195,7 @@ version available is $MOZILLA_VERSION.
When using mozilla trunk snapshot successful build is not guaranteed due to
the frequently changing state of the mozilla interfaces and the limited
-resources of the galeon team to support non-release mozilla snapshots.
+resources of the epiphany team to support non-release mozilla snapshots.
*****************************************************************************])
esac