aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.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/popup-commands.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/popup-commands.c')
-rw-r--r--src/popup-commands.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index 78c335c55..3b5c76f1a 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -165,9 +165,6 @@ popup_cmd_bookmark_link (EggAction *action,
(EPHY_NEW_BOOKMARK (new_bookmark), title);
ephy_new_bookmark_set_smarturl
(EPHY_NEW_BOOKMARK (new_bookmark), rel);
- g_signal_connect (G_OBJECT (new_bookmark), "response",
- G_CALLBACK (ephy_new_bookmark_response_cb),
- NULL);
gtk_widget_show (new_bookmark);
}
}