gtk-demo: don't use a non-existent icon name

This commit is contained in:
Cosimo Cecchi 2011-05-31 16:13:50 -04:00
parent fb9e4c2c37
commit 5b4932adaa

View File

@ -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)