aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-editor.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-08-25 01:37:29 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-08-25 01:37:29 +0800
commit152d68ee68e875f9290742380dc1433ca18e8d91 (patch)
treec34b25bb46cae19882e5cac4cf44887a34e5ca89 /calendar/gui/event-editor.h
parent0b9b384a2bbd6257dae54ed1b5ee08f100fa32aa (diff)
downloadgsoc2013-evolution-152d68ee68e875f9290742380dc1433ca18e8d91.tar
gsoc2013-evolution-152d68ee68e875f9290742380dc1433ca18e8d91.tar.gz
gsoc2013-evolution-152d68ee68e875f9290742380dc1433ca18e8d91.tar.bz2
gsoc2013-evolution-152d68ee68e875f9290742380dc1433ca18e8d91.tar.lz
gsoc2013-evolution-152d68ee68e875f9290742380dc1433ca18e8d91.tar.xz
gsoc2013-evolution-152d68ee68e875f9290742380dc1433ca18e8d91.tar.zst
gsoc2013-evolution-152d68ee68e875f9290742380dc1433ca18e8d91.zip
Make signal names saner (released_event_object_cb): ditto
2000-08-24 JP Rosevear <jpr@helixcode.com> * gui/gnome-cal.c (save_event_object_cb): Make signal names saner (released_event_object_cb): ditto (gnome_calendar_edit_object): ditto * gui/event-editor.h: Make signal names saner * gui/event-editor.c (event_editor_class_init): Make signal names saner now that we don't use ical object (save_event_object): ditto with callback names (file_save_cb): ditto (tb_save_and_close_cb): ditto (event_editor_set_ical_object): ditto * gui/e-day-view.c (e_day_view_update_event): Umm, != CAL_COMPONENT_EVENT (I hope that wasn't me!) svn path=/trunk/; revision=5006
Diffstat (limited to 'calendar/gui/event-editor.h')
-rw-r--r--calendar/gui/event-editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/event-editor.h b/calendar/gui/event-editor.h
index 8e95e08cfb..244d8bb6e6 100644
--- a/calendar/gui/event-editor.h
+++ b/calendar/gui/event-editor.h
@@ -52,8 +52,8 @@ struct _EventEditorClass {
/* Notification signals */
- void (* save_ical_object) (EventEditor *ee, CalComponent *comp);
- void (* ical_object_released) (EventEditor *ee, const char *uid);
+ void (* save_event_object) (EventEditor *ee, CalComponent *comp);
+ void (* released_event_object) (EventEditor *ee, const char *uid);
void (* editor_closed) (EventEditor *ee);
};