diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-21 05:09:42 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-21 05:09:42 +0800 |
commit | e63d4abdf10f23b5f5b297bfb37db05ddba5a225 (patch) | |
tree | cbcbf63cefe524326c8750c9d8b643e07febc623 /calendar/gui/calendar-commands.h | |
parent | 910b29b7d94511357af425b134afed8aec88ea8a (diff) | |
download | gsoc2013-evolution-e63d4abdf10f23b5f5b297bfb37db05ddba5a225.tar.gz gsoc2013-evolution-e63d4abdf10f23b5f5b297bfb37db05ddba5a225.tar.zst gsoc2013-evolution-e63d4abdf10f23b5f5b297bfb37db05ddba5a225.zip |
s/BonoboUIHandler/BonoboUIComponent/
2000-10-20 Michael Meeks <michael@helixcode.com>
* gui/calendar-commands.h: s/BonoboUIHandler/BonoboUIComponent/
* gui/calendar-commands.c (properties_cmd): ditto.
svn path=/trunk/; revision=6084
Diffstat (limited to 'calendar/gui/calendar-commands.h')
-rw-r--r-- | calendar/gui/calendar-commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-commands.h b/calendar/gui/calendar-commands.h index f63c29e1fc..f7afa4b3c2 100644 --- a/calendar/gui/calendar-commands.h +++ b/calendar/gui/calendar-commands.h @@ -123,7 +123,7 @@ void calendar_control_activate (BonoboControl *control, GnomeCalendar *cal); void calendar_control_deactivate (BonoboControl *control); -void quit_cmd (BonoboUIHandler *uih, void *user_data, const char *path); +void quit_cmd (BonoboUIComponent *uih, void *user_data, const char *path); /*extern char *user_calendar_file;*/ extern char *user_name; |