From 1d8988f4d183bc8481a1ed6d10ca8d0d976266bd Mon Sep 17 00:00:00 2001 From: James Willcox Date: Thu, 6 Feb 2003 22:32:01 +0000 Subject: Make the bookmarks editor remember the last selected keyword, and make 2003-02-06 James Willcox * data/epiphany.schemas.in: * lib/ephy-prefs.h: * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_class_init), (ephy_bookmarks_editor_dispose), (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-node-view.c: (ephy_node_view_select_node): * src/ephy-main.c: (ephy_main_start): Make the bookmarks editor remember the last selected keyword, and make startup-notification not hang when using the existing instance. --- lib/ephy-prefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index 3c0562a1f..9f396be8c 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -39,6 +39,7 @@ G_BEGIN_DECLS #define CONF_WINDOWS_SHOW_STATUSBAR "/apps/epiphany/interface/show_statusbar" #define CONF_TOOLBAR_SETUP "/apps/epiphany/interface/toolbar_setup" #define CONF_TOOLBAR_SPINNER_THEME "/apps/epiphany/interface/spinner_theme" +#define CONF_BOOKMARKS_SELECTED_NODE "/apps/epiphany/interface/bookmark_keyword_selected_node" /* Downloader */ #define CONF_DOWNLOADING_SHOW_DETAILS "/apps/epiphany/downloader/show_details" -- cgit v1.2.3