[libnotify] Add another test with symbolic icons
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libnotify] Add another test with symbolic icons
- Date: Tue, 15 Mar 2011 04:09:45 +0000 (UTC)
commit cdc6f37dd86781d163c30c843f53d8b484cf8132
Author: William Jon McCann <jmccann redhat com>
Date: Tue Mar 15 00:09:25 2011 -0400
Add another test with symbolic icons
tests/test-persistence.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/test-persistence.c b/tests/test-persistence.c
index 0541613..97bd157 100644
--- a/tests/test-persistence.c
+++ b/tests/test-persistence.c
@@ -67,7 +67,7 @@ main (int argc, char *argv[])
n = notify_notification_new ("Software Updates Available",
"Important updates for your apps are now available.",
- "software-update-available");
+ "software-update-available-symbolic");
notify_notification_add_action (n,
"install",
"Install now",
@@ -81,7 +81,7 @@ main (int argc, char *argv[])
if (!server_has_persistence ()) {
GtkStatusIcon *icon;
g_message ("Server does not support persistence; using a status icon");
- icon = gtk_status_icon_new_from_icon_name ("software-update-available");
+ icon = gtk_status_icon_new_from_icon_name ("software-update-available-symbolic");
gtk_status_icon_set_tooltip_markup (icon, "<b>Software Updates Available</b>\nImportant updates for your apps are now available.");
gtk_status_icon_set_visible (icon, TRUE);
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]