diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-09-12 12:52:01 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-09-12 12:52:01 +0800 |
commit | d55e2003c9bda851682605f5b44aa3730f807dac (patch) | |
tree | e63c012ee83f87a812eadf6cf4e9f33e118571d5 /calendar/ChangeLog | |
parent | 436f8487ff3eb2907b5c02ed71d501f3fe23c96e (diff) | |
download | gsoc2013-evolution-d55e2003c9bda851682605f5b44aa3730f807dac.tar.gz gsoc2013-evolution-d55e2003c9bda851682605f5b44aa3730f807dac.tar.zst gsoc2013-evolution-d55e2003c9bda851682605f5b44aa3730f807dac.zip |
Connect to the "cal_loaded" signal of the client here. (connect_load):
2000-09-12 Federico Mena Quintero <federico@helixcode.com>
* gui/gnome-cal.c (gnome_calendar_construct): Connect to the
"cal_loaded" signal of the client here.
(connect_load): Removed function.
(disconnect_load): Removed function.
(cal_loaded_cb): Store the URI we are loading in the GnomeCal
structure instead of in a weird closure. This gets rid of the
connect/disconnect mess as well.
(gnome_calendar_open): Store the URI in the GnomeCal.
svn path=/trunk/; revision=5357
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4d07da2d4e..f893d08462 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2000-09-12 Federico Mena Quintero <federico@helixcode.com> + + * gui/gnome-cal.c (gnome_calendar_construct): Connect to the + "cal_loaded" signal of the client here. + (connect_load): Removed function. + (disconnect_load): Removed function. + (cal_loaded_cb): Store the URI we are loading in the GnomeCal + structure instead of in a weird closure. This gets rid of the + connect/disconnect mess as well. + (gnome_calendar_open): Store the URI in the GnomeCal. + 2000-09-11 Christopher James Lahey <clahey@helixcode.com> * gui/e-day-view.c: Fixed a warning (removed unused variable |