diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-11-30 18:21:44 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-11-30 18:21:44 -0500 |
commit | 4005f137a0e8ed0a86319ff5674cf1e9d01ca59b (patch) | |
tree | 238615ad525de6b2df3189d003f3759ae9e49462 /tests | |
parent | 4f9d0c06ef69b76174fbfe9051f6ab348eed295c (diff) | |
download | gtk+-4005f137a0e8ed0a86319ff5674cf1e9d01ca59b.tar.gz |
testentryicons: Use an existing icon name
dialog-info is not an existing icon.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testentryicons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testentryicons.c b/tests/testentryicons.c index 554501b2bf..e3db85539e 100644 --- a/tests/testentryicons.c +++ b/tests/testentryicons.c @@ -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); } |