aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-11-17 23:39:39 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-11-17 23:39:39 +0800
commit6af0f0710011c532c6eff1815a39794db91297aa (patch)
tree57a14c662aa03a3ef3ff3c304bd13d7f93b3748a /calendar/ChangeLog
parent66d47badff98208b1b1c5db1ce0db0d10f32de4b (diff)
downloadgsoc2013-evolution-6af0f0710011c532c6eff1815a39794db91297aa.tar
gsoc2013-evolution-6af0f0710011c532c6eff1815a39794db91297aa.tar.gz
gsoc2013-evolution-6af0f0710011c532c6eff1815a39794db91297aa.tar.bz2
gsoc2013-evolution-6af0f0710011c532c6eff1815a39794db91297aa.tar.lz
gsoc2013-evolution-6af0f0710011c532c6eff1815a39794db91297aa.tar.xz
gsoc2013-evolution-6af0f0710011c532c6eff1815a39794db91297aa.tar.zst
gsoc2013-evolution-6af0f0710011c532c6eff1815a39794db91297aa.zip
try first to create the icon from the stock, and then from a file.
2003-11-17 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-component.c (add_popup_menu_item): try first to create the icon from the stock, and then from a file. (fill_popup_menu_cb): set callback for 'Rename' menu item. (rename_calendar_cb): callback for 'Rename' menu item. (new_calendar_cb): fixed arguments. * gui/tasks-component.c (impl_createControls): connect to "fill_popup_menu" signal on the source selector. (fill_popup_menu_cb): callback to create our menu items. svn path=/trunk/; revision=23388
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 80a0887e44..0aa0e65ef4 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,17 @@
2003-11-17 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/calendar-component.c (add_popup_menu_item): try first to
+ create the icon from the stock, and then from a file.
+ (fill_popup_menu_cb): set callback for 'Rename' menu item.
+ (rename_calendar_cb): callback for 'Rename' menu item.
+ (new_calendar_cb): fixed arguments.
+
+ * gui/tasks-component.c (impl_createControls): connect to
+ "fill_popup_menu" signal on the source selector.
+ (fill_popup_menu_cb): callback to create our menu items.
+
+2003-11-17 Rodrigo Moya <rodrigo@ximian.com>
+
* idl/evolution-calendar.idl: remove the AlarmNotify service, no
more need for it, since the alarm daemon will listen for changes
on the GConf key.