diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-04-08 02:15:29 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-04-08 02:15:29 +0800 |
commit | 2eff9b0bd9cd4dcb81eca1725ccad37cf68c42fe (patch) | |
tree | 012b180088ef46e0b874d8c5ecce7d9e77ca5401 /ChangeLog | |
parent | 0dfe82940874f1c2ff2e340e2d72ae0e7d060f42 (diff) | |
download | gsoc2013-evolution-2eff9b0bd9cd4dcb81eca1725ccad37cf68c42fe.tar gsoc2013-evolution-2eff9b0bd9cd4dcb81eca1725ccad37cf68c42fe.tar.gz gsoc2013-evolution-2eff9b0bd9cd4dcb81eca1725ccad37cf68c42fe.tar.bz2 gsoc2013-evolution-2eff9b0bd9cd4dcb81eca1725ccad37cf68c42fe.tar.lz gsoc2013-evolution-2eff9b0bd9cd4dcb81eca1725ccad37cf68c42fe.tar.xz gsoc2013-evolution-2eff9b0bd9cd4dcb81eca1725ccad37cf68c42fe.tar.zst gsoc2013-evolution-2eff9b0bd9cd4dcb81eca1725ccad37cf68c42fe.zip |
+ * addressbook/demo/addressbook.c (control_activate_cb): New
+ function. Called when the control is (de)activated.
+ (control_activate): New function; called when the control is
+ activated, and sets up toolbar/menu times.
+ (control_deactivate): New function; removes those toolbar/menu
+ items.
+ (do_nothing_cb): Does nothing :-)
+ (addressbook_factory): Hook up to control_activate_cb().
svn path=/trunk/; revision=2327
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2000-04-07 Matt Loper <matt@helixcode.com> + + * addressbook/demo/addressbook.c (control_activate_cb): New + function. Called when the control is (de)activated. + (control_activate): New function; called when the control is + activated, and sets up toolbar/menu times. + (control_deactivate): New function; removes those toolbar/menu + items. + (do_nothing_cb): Does nothing :-) + (addressbook_factory): Hook up to control_activate_cb(). + 2000-04-07 Chris Toshok <toshok@laptoph.xtoph.org> * addressbook/backend/pas/pas-backend-file.c |