[gtk+/gtk-2-24] Use standard icon names
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-24] Use standard icon names
- Date: Sat, 19 Feb 2011 15:13:49 +0000 (UTC)
commit 9bc8ba7e5dd7aa7684e19222c547bbd7fc4dc9ac
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 b257c6b..67d826d 100755
--- a/tests/teststatusicon.c
+++ b/tests/teststatusicon.c
@@ -77,12 +77,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]