diff options
author | James Willcox <jwillcox@gnome.org> | 2003-02-07 06:32:01 +0800 |
---|---|---|
committer | James Willcox <jwillcox@src.gnome.org> | 2003-02-07 06:32:01 +0800 |
commit | 1d8988f4d183bc8481a1ed6d10ca8d0d976266bd (patch) | |
tree | e4850771f04f625d7f9f973bb1e2186c60277609 /lib | |
parent | cf749bea95aaede12db0475b9205f79fdc227765 (diff) | |
download | gsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.tar gsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.tar.gz gsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.tar.bz2 gsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.tar.lz gsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.tar.xz gsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.tar.zst gsoc2013-epiphany-1d8988f4d183bc8481a1ed6d10ca8d0d976266bd.zip |
Make the bookmarks editor remember the last selected keyword, and make
2003-02-06 James Willcox <jwillcox@gnome.org>
* 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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |