From cdc6f37dd86781d163c30c843f53d8b484cf8132 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 15 Mar 2011 00:09:25 -0400 Subject: Add another test with symbolic icons --- tests/test-persistence.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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, "Software Updates Available\nImportant updates for your apps are now available."); gtk_status_icon_set_visible (icon, TRUE); } else { -- cgit v1.2.1