From e1c0aaa12f1d1e0f584a549f820d21de34e7b432 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 31 Dec 2008 19:12:30 +0000 Subject: Use connect_after when connecting to drag-begin so we can override the pixmap that GtkEntry sets in DnD. svn path=/trunk/; revision=8658 --- lib/widgets/ephy-location-entry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index 36172df01..b89a92442 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -834,8 +834,8 @@ ephy_location_entry_construct_contents (EphyLocationEntry *lentry) g_signal_connect (priv->entry, "drag-data-get", G_CALLBACK (favicon_drag_data_get_cb), lentry); - g_signal_connect (priv->entry, "drag-begin", - G_CALLBACK (favicon_drag_begin_cb), lentry); + g_signal_connect_after (priv->entry, "drag-begin", + G_CALLBACK (favicon_drag_begin_cb), lentry); gtk_entry_set_icon_tooltip_text (GTK_ENTRY (priv->entry), GTK_ENTRY_ICON_PRIMARY, -- cgit v1.2.3