aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-04-08 02:15:29 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-04-08 02:15:29 +0800
commit2eff9b0bd9cd4dcb81eca1725ccad37cf68c42fe (patch)
tree012b180088ef46e0b874d8c5ecce7d9e77ca5401 /ChangeLog
parent0dfe82940874f1c2ff2e340e2d72ae0e7d060f42 (diff)
downloadgsoc2013-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d10ba5ab59..a7fac81f29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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