[gtk+] testentryicons: Use an existing icon name
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] testentryicons: Use an existing icon name
- Date: Mon, 30 Nov 2015 23:22:17 +0000 (UTC)
commit 4005f137a0e8ed0a86319ff5674cf1e9d01ca59b
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Nov 30 18:21:44 2015 -0500
testentryicons: Use an existing icon name
dialog-info is not an existing icon.
tests/testentryicons.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/testentryicons.c b/tests/testentryicons.c
index 554501b..e3db855 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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]