diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-24 23:32:00 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-24 23:32:00 +0800 |
commit | be46f0d11c4694bc056a610ea95741a2ced2ea11 (patch) | |
tree | 0198773afc8d2a4c04710ce52b1b20cf643e605c /shell/ChangeLog | |
parent | 4e1fe266e73c23d628ebf4765ae931a7b91b4e3f (diff) | |
download | gsoc2013-evolution-be46f0d11c4694bc056a610ea95741a2ced2ea11.tar gsoc2013-evolution-be46f0d11c4694bc056a610ea95741a2ced2ea11.tar.gz gsoc2013-evolution-be46f0d11c4694bc056a610ea95741a2ced2ea11.tar.bz2 gsoc2013-evolution-be46f0d11c4694bc056a610ea95741a2ced2ea11.tar.lz gsoc2013-evolution-be46f0d11c4694bc056a610ea95741a2ced2ea11.tar.xz gsoc2013-evolution-be46f0d11c4694bc056a610ea95741a2ced2ea11.tar.zst gsoc2013-evolution-be46f0d11c4694bc056a610ea95741a2ced2ea11.zip |
Fix a gazillion warnings.
svn path=/trunk/; revision=10451
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a492ef0c9c..34181a71aa 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 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 + for EStorageSetResultCallbacks. + (rename_dialog): #if 0. + +2001-06-24 Ettore Perazzoli <ettore@ximian.com> + * e-task-widget.h, e-task-widget.c: Changed to derive from GtkEventBox. |