aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-10-29 02:45:49 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-10-29 02:45:49 +0800
commit6f42e1922604ce384de19f6fe71dc73b184892e1 (patch)
tree797fd004dc5eaa2dffeae3be8002f0b34c964c35 /calendar/ChangeLog
parentc6fb640109eadb091cb867ad6930811ce9c501e6 (diff)
downloadgsoc2013-evolution-6f42e1922604ce384de19f6fe71dc73b184892e1.tar
gsoc2013-evolution-6f42e1922604ce384de19f6fe71dc73b184892e1.tar.gz
gsoc2013-evolution-6f42e1922604ce384de19f6fe71dc73b184892e1.tar.bz2
gsoc2013-evolution-6f42e1922604ce384de19f6fe71dc73b184892e1.tar.lz
gsoc2013-evolution-6f42e1922604ce384de19f6fe71dc73b184892e1.tar.xz
gsoc2013-evolution-6f42e1922604ce384de19f6fe71dc73b184892e1.tar.zst
gsoc2013-evolution-6f42e1922604ce384de19f6fe71dc73b184892e1.zip
connect to "fill_popup_menu" on the ESourceSelector.
2003-10-28 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-component.c (impl_createControls): connect to "fill_popup_menu" on the ESourceSelector. (fill_popup_menu_callback): add popup menu items here. (add_popup_menu_item): new function to add items to the popup menu. (new_calendar_cb): callbacks for the popup menu items. svn path=/trunk/; revision=23108
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 75873a6d39..9ba69e517f 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -5,6 +5,7 @@
(fill_popup_menu_callback): add popup menu items here.
(add_popup_menu_item): new function to add items to the
popup menu.
+ (new_calendar_cb): callbacks for the popup menu items.
2003-10-28 Rodrigo Moya <rodrigo@ximian.com>