[gtk+] Use standard icon names
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Use standard icon names
- Date: Sat, 12 Feb 2011 04:53:56 +0000 (UTC)
commit 10ebea8c037ffa921e4eb0a29e5d61633e93eb8e
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Feb 11 23:53:39 2011 -0500
Use standard icon names
tests/teststatusicon.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/teststatusicon.c b/tests/teststatusicon.c
index e0f89d7..b754ff3 100755
--- a/tests/teststatusicon.c
+++ b/tests/teststatusicon.c
@@ -75,12 +75,12 @@ update_icons (void)
if (status == TEST_STATUS_INFO)
{
- icon_name = GTK_STOCK_DIALOG_INFO;
+ icon_name = "dialog-information";
tooltip = "Some Information ...";
}
else
{
- icon_name = GTK_STOCK_DIALOG_QUESTION;
+ icon_name = "dialog-question";
tooltip = "Some Question ...";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]