aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
authorDavid Bordoley <bordoley@msu.edu>2003-05-13 22:19:07 +0800
committerDave Bordoley <Bordoley@src.gnome.org>2003-05-13 22:19:07 +0800
commitacddd88152e9ffbafda64913ce5173d2648aa4c3 (patch)
treee5c0bdaabf8264db5306b0ea5fd8b8b1f9fc1e70 /src/ephy-history-window.c
parentbacb58f2fda5bef60b55500aa79e17be7aa8a384 (diff)
downloadgsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.tar
gsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.tar.gz
gsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.tar.bz2
gsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.tar.lz
gsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.tar.xz
gsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.tar.zst
gsoc2013-epiphany-acddd88152e9ffbafda64913ce5173d2648aa4c3.zip
Get rid of the unneeded convenience callback since no one is try to make
2003-05-13 David Bordoley <bordoley@msu.edu> * 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.
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c3
1 files changed, 0 insertions, 3 deletions
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);
}
}