[gtk+] gtk-demo: don't use a non-existent icon name
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gtk-demo: don't use a non-existent icon name
- Date: Tue, 31 May 2011 21:55:14 +0000 (UTC)
commit 5b4932adaa7a3eaf903024f6874049a8f68168df
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue May 31 16:13:50 2011 -0400
gtk-demo: don't use a non-existent icon name
demos/gtk-demo/list_store.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/demos/gtk-demo/list_store.c b/demos/gtk-demo/list_store.c
index 72cecb9..40d113d 100644
--- a/demos/gtk-demo/list_store.c
+++ b/demos/gtk-demo/list_store.c
@@ -105,7 +105,7 @@ create_model (void)
gboolean sensitive;
if (i == 1 || i == 3)
- icon_name = "battery-critical-charging-symbolic";
+ icon_name = "battery-caution-charging-symbolic";
else
icon_name = NULL;
if (i == 3)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]