From 1b233621840ce78f89ab5b91e67f8c9c8f6a09df Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 14 Apr 2003 18:51:06 +0000 Subject: s/galeon/epiphany ;) 2003-04-14 Marco Pesenti Gritti * 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. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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 -- cgit