diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-25 10:54:12 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-25 10:54:12 +0800 |
commit | 2f67aaaf88cde1291eeec5e0e7e07be914c45263 (patch) | |
tree | b9c050694da2cbb34505baedd7992f2dd94f2c47 /shell/ChangeLog | |
parent | 8cb68557aebb62334f68beeea60cf3bbf5930f9e (diff) | |
download | gsoc2013-evolution-2f67aaaf88cde1291eeec5e0e7e07be914c45263.tar gsoc2013-evolution-2f67aaaf88cde1291eeec5e0e7e07be914c45263.tar.gz gsoc2013-evolution-2f67aaaf88cde1291eeec5e0e7e07be914c45263.tar.bz2 gsoc2013-evolution-2f67aaaf88cde1291eeec5e0e7e07be914c45263.tar.lz gsoc2013-evolution-2f67aaaf88cde1291eeec5e0e7e07be914c45263.tar.xz gsoc2013-evolution-2f67aaaf88cde1291eeec5e0e7e07be914c45263.tar.zst gsoc2013-evolution-2f67aaaf88cde1291eeec5e0e7e07be914c45263.zip |
Actually implement the "clicked" signal for the EActivityHandler, and
add some small testing code for it in the test component.
svn path=/trunk/; revision=10464
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 34181a71aa..13215a7b9d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,16 @@ 2001-06-24 Ettore Perazzoli <ettore@ximian.com> + * evolution-test-component.c (activity_client_clicked_callback): + New callback for the "clicked" signal on the EActivityClient. + Just spit out a warning now, for testing purposes. + (timeout_callback_1): Connect it. + + * evolution-activity-client.c (listener_callback): Emit the + "clicked" signal if we get the "Clicked" event from the Bonobo + listener. + +2001-06-24 Ettore Perazzoli <ettore@ximian.com> + * e-shell-folder-commands.c: #include <gtk/gtklabel.h>. (delete_dialog): Constify @folder_name properly. (delete_cb): Change the first arg to be an EStorageSet as expected |