diff options
author | Seth Alves <alves@src.gnome.org> | 2000-04-20 00:55:59 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-04-20 00:55:59 +0800 |
commit | d8e30fdcb380d2a715a915c8278a024c07c12815 (patch) | |
tree | 02b3d0230362f550ed5197663922e65e6d67879a /calendar/ChangeLog | |
parent | d3a3dd69a846a5642d7b66294410fb671a498ec0 (diff) | |
download | gsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.tar gsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.tar.gz gsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.tar.bz2 gsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.tar.lz gsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.tar.xz gsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.tar.zst gsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.zip |
calls gnome_calendar_open instead of checking on disk and calling load or
* gui/calendar-commands.c (calendar_set_uri): calls gnome_calendar_open
instead of checking on disk and calling load or create.
* gui/gnome-cal.c (gnome_calendar_open): collapsed
gnome_calendar_load and gnome_calendar_create into this function.
added new type GnomeCalendarOpenMode which has the value
CALENDAR_OPEN or CALENDAR_OPEN_OR_CREATE.
svn path=/trunk/; revision=2506
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index cb6314bdb4..516f5c393f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,15 @@ 2000-04-19 Seth Alves <alves@hungry.com> + * gui/calendar-commands.c (calendar_set_uri): calls gnome_calendar_open + instead of checking on disk and calling load or create. + + * gui/gnome-cal.c (gnome_calendar_object_changed): fixed to use + cal_client_update_object -- editing and dragging events works again + (gnome_calendar_open): collapsed gnome_calendar_load and + gnome_calendar_create into this function. added new type + GnomeCalendarOpenMode which has the value CALENDAR_OPEN or + CALENDAR_OPEN_OR_CREATE. + * gui/evolution-calendar-control.c (calendar_properties_init): create a property bag for this control (set_prop): callback for property sets |