From e22d66b927f60c384f96c47aa5d4519ceb4f9c47 Mon Sep 17 00:00:00 2001 From: David Bordoley Date: Fri, 25 Apr 2003 16:31:05 +0000 Subject: Hookup to the response signal instead of using gtk_dialog_run. Prevents us 2003-04-25 David Bordoley * src/ephy-history-window.c: (cmd_bookmark_page): * src/popup-commands.c: (popup_cmd_bookmark_link): * src/window-commands.c: (window_cmd_file_bookmark_page): Hookup to the response signal instead of using gtk_dialog_run. Prevents us from going modal. * src/bookmarks/ephy-new-bookmark.c: (response_cb), (ephy_new_bookmark_response_cb): * src/bookmarks/ephy-new-bookmark.h Add a convenience callback function, that callers can use to destroy the dialog after a response. * src/ephy-shell.c: (ephy_shell_command_cb): Use a callback to the gtk_widget_destroy on the "response" signal instead of using gtk_dialog_run. eg. don't go modal. Some code cleanups too. --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aea3b7d05..58a4d99e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2003-04-25 David Bordoley + + * src/ephy-history-window.c: (cmd_bookmark_page): + * src/popup-commands.c: (popup_cmd_bookmark_link): + * src/window-commands.c: (window_cmd_file_bookmark_page): + + Hookup to the response signal instead of using gtk_dialog_run. + Prevents us from going modal. + + * src/bookmarks/ephy-new-bookmark.c: (response_cb), + (ephy_new_bookmark_response_cb): + * src/bookmarks/ephy-new-bookmark.h + + Add a convenience callback function, that callers can + use to destroy the dialog after a response. + + * src/ephy-shell.c: (ephy_shell_command_cb): + + Use a callback to the gtk_widget_destroy on the "response" + signal instead of using gtk_dialog_run. eg. don't go modal. + Some code cleanups too. + 2003-04-25 Xan Lopez * lib/ephy-node.c: (ephy_node_class_init), (ephy_node_has_child), -- cgit v1.2.3