aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorMichael Zucchi <zucchi@zedzone.mmc.com.au>2000-06-27 11:43:17 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-06-27 11:43:17 +0800
commit74ada04fb25609778e9cc42f4c7a4cccca152861 (patch)
tree12bec1a29c8566360a2d654832776f38e5e72c0d /shell/ChangeLog
parent6febc8b3a7511309543b52cdf616e7432df25992 (diff)
downloadgsoc2013-evolution-74ada04fb25609778e9cc42f4c7a4cccca152861.tar
gsoc2013-evolution-74ada04fb25609778e9cc42f4c7a4cccca152861.tar.gz
gsoc2013-evolution-74ada04fb25609778e9cc42f4c7a4cccca152861.tar.bz2
gsoc2013-evolution-74ada04fb25609778e9cc42f4c7a4cccca152861.tar.lz
gsoc2013-evolution-74ada04fb25609778e9cc42f4c7a4cccca152861.tar.xz
gsoc2013-evolution-74ada04fb25609778e9cc42f4c7a4cccca152861.tar.zst
gsoc2013-evolution-74ada04fb25609778e9cc42f4c7a4cccca152861.zip
Close the dialog when done. Dont do anything if 'new' was pressed, and
2000-06-27 Michael Zucchi <zucchi@zedzone.mmc.com.au> * e-shell.c (folder_selection_dialog_clicked_cb): Close the dialog when done. Dont do anything if 'new' was pressed, and always return empty strings if 'cancel' was pressed. 2000-06-27 Michael Zucchi <zucchi@zedzone.mmc.com.au> * e-shell.c (impl_Shell_user_select_folder): Set the listener as the corba_listener data, not the shell. svn path=/trunk/; revision=3747
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 1571ad4542..cf7449b230 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,14 @@
+2000-06-27 Michael Zucchi <zucchi@zedzone.mmc.com.au>
+
+ * e-shell.c (folder_selection_dialog_clicked_cb): Close the dialog
+ when done. Dont do anything if 'new' was pressed, and always
+ return empty strings if 'cancel' was pressed.
+
+2000-06-27 Michael Zucchi <zucchi@zedzone.mmc.com.au>
+
+ * e-shell.c (impl_Shell_user_select_folder): Set the listener as
+ the corba_listener data, not the shell.
+
2000-06-26 Christopher James Lahey <clahey@helixcode.com>
* glade/Makefile.am: Added EXTRA_DIST for make distcheck.