From d02831a46b77de3762fc1256e633c0e9a8781522 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 8 Jun 2006 04:10:09 +0000 Subject: [PATCH] make it compile --- gtk/gtkentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 022c3f4d84..9e821e57e8 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -4857,7 +4857,7 @@ popup_targets_received (GtkClipboard *clipboard, gtk_widget_destroy (entry->popup_menu); entry->popup_menu = gtk_menu_new (); - b + gtk_menu_attach_to_widget (GTK_MENU (entry->popup_menu), GTK_WIDGET (entry), popup_menu_detach);