From acddd88152e9ffbafda64913ce5173d2648aa4c3 Mon Sep 17 00:00:00 2001 From: David Bordoley Date: Tue, 13 May 2003 14:19:07 +0000 Subject: Get rid of the unneeded convenience callback since no one is try to make 2003-05-13 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): * src/bookmarks/ephy-new-bookmark.c: (response_cb), (ephy_new_bookmark_response_cb): * src/bookmarks/ephy-new-bookmark.h: Get rid of the unneeded convenience callback since no one is try to make the new bookmark dialog modal anymore. --- src/ephy-history-window.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ephy-history-window.c') diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 5de92482b..2d273a4a0 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -469,9 +469,6 @@ cmd_bookmark_page (EggAction *action, (bookmarks, window, location); ephy_new_bookmark_set_title (EPHY_NEW_BOOKMARK (new_bookmark), title); - g_signal_connect (G_OBJECT (new_bookmark), "response", - G_CALLBACK (ephy_new_bookmark_response_cb), - NULL); gtk_widget_show (new_bookmark); } } -- cgit v1.2.3