mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
testentryicons: Use an existing icon name
dialog-info is not an existing icon.
This commit is contained in:
parent
4f9d0c06ef
commit
4005f137a0
@ -17,7 +17,7 @@ drag_begin_cb (GtkWidget *widget,
|
||||
|
||||
pos = gtk_entry_get_current_icon_drag_source (GTK_ENTRY (widget));
|
||||
if (pos != -1)
|
||||
gtk_drag_set_icon_name (context, "dialog-info", 2, 2);
|
||||
gtk_drag_set_icon_name (context, "dialog-information", 2, 2);
|
||||
|
||||
g_print ("drag begin %d\n", pos);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user