aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmark-properties.c
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-11-30 20:28:42 +0800
committerXan Lopez <xan@gnome.org>2009-11-30 20:30:02 +0800
commit167e60123c1024d539dc02f4a16f7de994bd1c29 (patch)
tree31ffc15ba2a39f7d7188ad991b419d8a1f15afac /src/bookmarks/ephy-bookmark-properties.c
parent2aca0c21a8f140a6d3b6bddfa4aed1b31326b1cd (diff)
downloadgsoc2013-epiphany-167e60123c1024d539dc02f4a16f7de994bd1c29.tar
gsoc2013-epiphany-167e60123c1024d539dc02f4a16f7de994bd1c29.tar.gz
gsoc2013-epiphany-167e60123c1024d539dc02f4a16f7de994bd1c29.tar.bz2
gsoc2013-epiphany-167e60123c1024d539dc02f4a16f7de994bd1c29.tar.lz
gsoc2013-epiphany-167e60123c1024d539dc02f4a16f7de994bd1c29.tar.xz
gsoc2013-epiphany-167e60123c1024d539dc02f4a16f7de994bd1c29.tar.zst
gsoc2013-epiphany-167e60123c1024d539dc02f4a16f7de994bd1c29.zip
Do not use deprecated GtkButton APIs
Diffstat (limited to 'src/bookmarks/ephy-bookmark-properties.c')
-rw-r--r--src/bookmarks/ephy-bookmark-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c
index ed8f9b2cd..76ce00105 100644
--- a/src/bookmarks/ephy-bookmark-properties.c
+++ b/src/bookmarks/ephy-bookmark-properties.c
@@ -222,7 +222,7 @@ similar_deactivate_cb (GtkMenuShell *ms,
GtkWidget *button)
{
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), FALSE);
- gtk_button_released (GTK_BUTTON (button));
+ g_signal_emit_by_name (button, "button-release-event");
}
static void