diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-08 04:10:09 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-08 04:10:09 +0000 |
commit | d02831a46b77de3762fc1256e633c0e9a8781522 (patch) | |
tree | 0fec022ccb49a0fc05db75e1e8f786a31a16be90 /gtk/gtkentry.c | |
parent | 6ea0b7d04624d5143d6d3fa3a82b32384417f340 (diff) | |
download | gtk+-d02831a46b77de3762fc1256e633c0e9a8781522.tar.gz |
make it compile
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |