aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-05-18 04:41:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-18 04:41:46 +0800
commit58fa5a1df654b130feb13a7889a097c96ac5d858 (patch)
treeb3147d8f26d4c13a24be515865fa6ef7293938a5 /calendar/ChangeLog
parentdcbef9a9993e0508c21ec9fa7a6c34fa4859732c (diff)
downloadgsoc2013-evolution-58fa5a1df654b130feb13a7889a097c96ac5d858.tar
gsoc2013-evolution-58fa5a1df654b130feb13a7889a097c96ac5d858.tar.gz
gsoc2013-evolution-58fa5a1df654b130feb13a7889a097c96ac5d858.tar.bz2
gsoc2013-evolution-58fa5a1df654b130feb13a7889a097c96ac5d858.tar.lz
gsoc2013-evolution-58fa5a1df654b130feb13a7889a097c96ac5d858.tar.xz
gsoc2013-evolution-58fa5a1df654b130feb13a7889a097c96ac5d858.tar.zst
gsoc2013-evolution-58fa5a1df654b130feb13a7889a097c96ac5d858.zip
Use E_ICON_SIZE enum here. (display_notification): Same.
2004-05-17 Jeffrey Stedfast <fejj@novell.com> * gui/alarm-notify/alarm-queue.c (tray_icon_blink_cb): Use E_ICON_SIZE enum here. (display_notification): Same. * gui/alarm-notify/alarm-notify-dialog.c (write_html_heading): Use E_ICON_SIZE_DIALOG here. * gui/e-week-view.c (e_week_view_realize): Same as below. * gui/e-day-view.c (e_day_view_realize): Use E_ICON_SIZE_MENU for the icon sizes rather than using pixel values. svn path=/trunk/; revision=25941
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 4e9c5c6c36..9eb3184d65 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,17 @@
2004-05-17 Jeffrey Stedfast <fejj@novell.com>
+ * gui/alarm-notify/alarm-queue.c (tray_icon_blink_cb): Use
+ E_ICON_SIZE enum here.
+ (display_notification): Same.
+
+ * gui/alarm-notify/alarm-notify-dialog.c (write_html_heading): Use
+ E_ICON_SIZE_DIALOG here.
+
+ * gui/e-week-view.c (e_week_view_realize): Same as below.
+
+ * gui/e-day-view.c (e_day_view_realize): Use E_ICON_SIZE_MENU for
+ the icon sizes rather than using pixel values.
+
* gui/calendar-commands.c (pixmaps): Change E_PIXMAP size args
over to E_ICON_SIZE_* values.