diff options
author | Peter Harvey <peter.a.harvey@gmail.com> | 2006-01-28 06:14:44 +0800 |
---|---|---|
committer | Peter Anthony Harvey <paharvey@src.gnome.org> | 2006-01-28 06:14:44 +0800 |
commit | 233920bda728e2fce61a75887ef59b35fc5d6d33 (patch) | |
tree | 73cef92c31d71ee79b882b050a1c7a259577a711 /src/bookmarks/ephy-bookmarks-ui.h | |
parent | 81d60265f6dc7b29d716328c5171546cc24e5f58 (diff) | |
download | gsoc2013-epiphany-233920bda728e2fce61a75887ef59b35fc5d6d33.tar gsoc2013-epiphany-233920bda728e2fce61a75887ef59b35fc5d6d33.tar.gz gsoc2013-epiphany-233920bda728e2fce61a75887ef59b35fc5d6d33.tar.bz2 gsoc2013-epiphany-233920bda728e2fce61a75887ef59b35fc5d6d33.tar.lz gsoc2013-epiphany-233920bda728e2fce61a75887ef59b35fc5d6d33.tar.xz gsoc2013-epiphany-233920bda728e2fce61a75887ef59b35fc5d6d33.tar.zst gsoc2013-epiphany-233920bda728e2fce61a75887ef59b35fc5d6d33.zip |
src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.c
2006-01-22 Peter Harvey <peter.a.harvey@gmail.com>
* src/bookmarks/ephy-bookmark-properties.c
* src/bookmarks/ephy-bookmarks-ui.c
* src/bookmarks/ephy-bookmarks-ui.h
* src/bookmarks/ephy-bookmarks.c
* src/bookmarks/ephy-bookmarks.h
* src/ephy-history-window.c
* src/popup-commands.c
* src/window-commands.c
Simplified the bookmark properties dialog and removed the
'duplicate bookmark' warning dialog (now have warning in
the bookmark properties dialog itself).
* src/bookmarks/ephy-topics-palette.c
Added a header which switches topic palette mode.
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-ui.h')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-ui.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmarks-ui.h b/src/bookmarks/ephy-bookmarks-ui.h index 419a98400..71361eae8 100644 --- a/src/bookmarks/ephy-bookmarks-ui.h +++ b/src/bookmarks/ephy-bookmarks-ui.h @@ -32,8 +32,7 @@ void ephy_bookmarks_ui_detach_window (EphyWindow *window); void ephy_bookmarks_ui_attach_toolbar_model (EggToolbarsModel *model); void ephy_bookmarks_ui_detach_toolbar_model (EggToolbarsModel *model); -void ephy_bookmarks_ui_add_bookmark (GtkWidget *parent, - const char *location, +void ephy_bookmarks_ui_add_bookmark (const char *location, const char *title); void ephy_bookmarks_ui_add_topic (GtkWidget *parent, |