[evolution] stock_appontment-reminder icons renamed (reverts previous commit)



commit 3bffd96b038194ceef081735197278b0c8cd080d
Author: Milan Crha <mcrha redhat com>
Date:   Mon Nov 1 11:40:59 2010 +0100

    stock_appontment-reminder icons renamed (reverts previous commit)

 calendar/gui/alarm-notify/alarm-queue.c            |   10 +++++-----
 data/icons/Makefile.am                             |   10 ----------
 ...tatus_16x16_stock_appointment-reminder-excl.png |  Bin 1007 -> 0 bytes
 ...lor_status_16x16_stock_appointment-reminder.png |  Bin 969 -> 0 bytes
 ...tatus_22x22_stock_appointment-reminder-excl.png |  Bin 1641 -> 0 bytes
 ...lor_status_22x22_stock_appointment-reminder.png |  Bin 1609 -> 0 bytes
 ...tatus_24x24_stock_appointment-reminder-excl.png |  Bin 1741 -> 0 bytes
 ...lor_status_24x24_stock_appointment-reminder.png |  Bin 1672 -> 0 bytes
 ...tatus_32x32_stock_appointment-reminder-excl.png |  Bin 2620 -> 0 bytes
 ...lor_status_32x32_stock_appointment-reminder.png |  Bin 2881 -> 0 bytes
 ...tatus_48x48_stock_appointment-reminder-excl.png |  Bin 4931 -> 0 bytes
 ...lor_status_48x48_stock_appointment-reminder.png |  Bin 5216 -> 0 bytes
 12 files changed, 5 insertions(+), 15 deletions(-)
---
diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c
index 752ce37..e8b3f86 100644
--- a/calendar/gui/alarm-notify/alarm-queue.c
+++ b/calendar/gui/alarm-notify/alarm-queue.c
@@ -1390,9 +1390,9 @@ tray_icon_blink_cb (gpointer data)
 	tray_blink_state = !tray_blink_state;
 
 	if (tray_blink_state || tray_blink_countdown <= 0)
-		icon_name = "stock_appointment-reminder-excl";
+		icon_name = "appointment-missed";
 	else
-		icon_name = "stock_appointment-reminder";
+		icon_name = "appointment-soon";
 
 	if (tray_icon)
 		gtk_status_icon_set_from_icon_name (tray_icon, icon_name);
@@ -1479,7 +1479,7 @@ display_notification (time_t trigger, CompQueuedAlarms *cqa,
 	if (tray_icon == NULL) {
 		tray_icon = gtk_status_icon_new ();
 		gtk_status_icon_set_from_icon_name (
-			tray_icon, "stock_appointment-reminder");
+			tray_icon, "appointment-soon");
 		g_signal_connect (G_OBJECT (tray_icon), "activate",
 				  G_CALLBACK (icon_activated), NULL);
 		g_signal_connect (G_OBJECT (tray_icon), "popup-menu",
@@ -1607,9 +1607,9 @@ popup_notification (time_t trigger, CompQueuedAlarms *cqa,
 	}
 
 #ifdef HAVE_LIBNOTIFY_07
-	n = notify_notification_new (summary, body, "stock_appointment-reminder");
+	n = notify_notification_new (summary, body, "appointment-soon");
 #else
-	n = notify_notification_new (summary, body, "stock_appointment-reminder", NULL);
+	n = notify_notification_new (summary, body, "appointment-soon", NULL);
 #endif /* HAVE_LIBNOTIFY_07 */
 	if (!notify_notification_show (n, NULL))
 	    g_warning ("Could not send notification to daemon\n");
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index c95d4be..caf61d3 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -190,16 +190,6 @@ stock_private_icons = \
 	hicolor_status_48x48_stock_signature-bad.png \
 	hicolor_status_48x48_stock_signature-ok.png \
 	hicolor_status_48x48_stock_signature.png \
-	hicolor_status_16x16_stock_appointment-reminder.png \
-	hicolor_status_16x16_stock_appointment-reminder-excl.png \
-	hicolor_status_22x22_stock_appointment-reminder.png \
-	hicolor_status_22x22_stock_appointment-reminder-excl.png \
-	hicolor_status_24x24_stock_appointment-reminder.png \
-	hicolor_status_24x24_stock_appointment-reminder-excl.png \
-	hicolor_status_32x32_stock_appointment-reminder.png \
-	hicolor_status_32x32_stock_appointment-reminder-excl.png \
-	hicolor_status_48x48_stock_appointment-reminder.png \
-	hicolor_status_48x48_stock_appointment-reminder-excl.png \
 	$(NULL)
 
 # hicolor_status_16x16_wrapped.png was copied from Firefox



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]