From 4005f137a0e8ed0a86319ff5674cf1e9d01ca59b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 30 Nov 2015 18:21:44 -0500 Subject: [PATCH] testentryicons: Use an existing icon name dialog-info is not an existing icon. --- tests/testentryicons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }