aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-topic-action.c
diff options
context:
space:
mode:
authorPeter Harvey <peter.a.harvey@gmail.com>2006-02-02 22:01:38 +0800
committerPeter Anthony Harvey <paharvey@src.gnome.org>2006-02-02 22:01:38 +0800
commit42396674cbe534a6e5d0ca0bf232872179a306a2 (patch)
tree38a36efe8b432568e79c3eda6f2704e00818b0cd /src/bookmarks/ephy-topic-action.c
parent4d8b2c6114da0d8b629215a2ca690411d1d71949 (diff)
downloadgsoc2013-epiphany-42396674cbe534a6e5d0ca0bf232872179a306a2.tar
gsoc2013-epiphany-42396674cbe534a6e5d0ca0bf232872179a306a2.tar.gz
gsoc2013-epiphany-42396674cbe534a6e5d0ca0bf232872179a306a2.tar.bz2
gsoc2013-epiphany-42396674cbe534a6e5d0ca0bf232872179a306a2.tar.lz
gsoc2013-epiphany-42396674cbe534a6e5d0ca0bf232872179a306a2.tar.xz
gsoc2013-epiphany-42396674cbe534a6e5d0ca0bf232872179a306a2.tar.zst
gsoc2013-epiphany-42396674cbe534a6e5d0ca0bf232872179a306a2.zip
src/bookmarks/ephy-bookmark-action.c
2006-02-02 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmark-action.c Allow bookmarks on the toolbar to be dragged. * src/bookmarks/ephy-topic-action.c Remove redundant function call.
Diffstat (limited to 'src/bookmarks/ephy-topic-action.c')
-rw-r--r--src/bookmarks/ephy-topic-action.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-topic-action.c b/src/bookmarks/ephy-topic-action.c
index 97b5e3dbf..2ce6b5f7f 100644
--- a/src/bookmarks/ephy-topic-action.c
+++ b/src/bookmarks/ephy-topic-action.c
@@ -342,7 +342,6 @@ button_press_cb (GtkWidget *button,
if (!gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (button)))
{
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
- button_toggled_cb (button, action);
return TRUE;
}