From 893ec76256945916281467e8937ffa283efd7cd3 Mon Sep 17 00:00:00 2001 From: David Bordoley Date: Sat, 5 Apr 2003 17:04:48 +0000 Subject: Just show the new bookmark dialog, don't go modal. 2003-04-05 David Bordoley * src/popup-commands.c: (popup_cmd_bookmark_link): * src/window-commands.c: (window_cmd_file_bookmark_page): Just show the new bookmark dialog, don't go modal. * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_new): * src/bookmarks/ephy-bookmark-properties.h Need to pass the parent window to _new(), and set the dialog transient to its parent. * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmark_properties): Pass the bme window to the ephy_bookmark_properties_new. * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_response_cb): Call gtk_widget_destroy() when cancel or ok are clicked. --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 65d2c3d7c..d52a18808 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2003-04-05 David Bordoley + + * src/popup-commands.c: (popup_cmd_bookmark_link): + * src/window-commands.c: (window_cmd_file_bookmark_page): + Just show the new bookmark dialog, don't go modal. + + * src/bookmarks/ephy-bookmark-properties.c: + (ephy_bookmark_properties_new): + * src/bookmarks/ephy-bookmark-properties.h + Need to pass the parent window to _new(), and + set the dialog transient to its parent. + + * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmark_properties): + Pass the bme window to the ephy_bookmark_properties_new. + + * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_response_cb): + Call gtk_widget_destroy() when cancel or ok are clicked. + 2003-04-05 Marco Pesenti Gritti * lib/egg/eggintl.h: -- cgit v1.2.3