From be7c992ff6b3a05d6facf24e42826fe14a94ad89 Mon Sep 17 00:00:00 2001 From: Peter Harvey Date: Sat, 4 Feb 2006 09:26:09 +0000 Subject: src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.c 2006-02-04 Peter Harvey * src/bookmarks/ephy-bookmark-properties.c * src/bookmarks/ephy-bookmarks-ui.c * src/bookmarks/ephy-bookmarks-ui.h * src/ephy-history-window.c * src/popup-commands.c * src/window-commands.c Restore transient status to the properties dialog when creating a new bookmark. Leave the topics entry sensitive, and store the expanded state of the list. Make the similar button a toggle button. Removed unused function to add topic. --- src/bookmarks/ephy-bookmarks-ui.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/bookmarks/ephy-bookmarks-ui.h') diff --git a/src/bookmarks/ephy-bookmarks-ui.h b/src/bookmarks/ephy-bookmarks-ui.h index 71361eae8..5a2e33ee6 100644 --- a/src/bookmarks/ephy-bookmarks-ui.h +++ b/src/bookmarks/ephy-bookmarks-ui.h @@ -32,12 +32,10 @@ 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 (const char *location, +void ephy_bookmarks_ui_add_bookmark (GtkWindow *parent, + const char *location, const char *title); -void ephy_bookmarks_ui_add_topic (GtkWidget *parent, - EphyNode *bookmark); - void ephy_bookmarks_ui_show_bookmark (EphyNode *bookmark); #endif -- cgit v1.2.3