aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-01 03:04:42 +0800
committerDan Winship <danw@src.gnome.org>2000-07-01 03:04:42 +0800
commit83387a7fddc83a28a04c7a649762474ac591b961 (patch)
tree9773116b63a89601f575be798427d59233854eb0 /shell/ChangeLog
parenteffe256583bbb6ad82e969070749a859429fd9ff (diff)
downloadgsoc2013-evolution-83387a7fddc83a28a04c7a649762474ac591b961.tar
gsoc2013-evolution-83387a7fddc83a28a04c7a649762474ac591b961.tar.gz
gsoc2013-evolution-83387a7fddc83a28a04c7a649762474ac591b961.tar.bz2
gsoc2013-evolution-83387a7fddc83a28a04c7a649762474ac591b961.tar.lz
gsoc2013-evolution-83387a7fddc83a28a04c7a649762474ac591b961.tar.xz
gsoc2013-evolution-83387a7fddc83a28a04c7a649762474ac591b961.tar.zst
gsoc2013-evolution-83387a7fddc83a28a04c7a649762474ac591b961.zip
add "cancel" to FolderSelectionListener.
* Evolution-Shell.idl: add "cancel" to FolderSelectionListener. * evolution-shell-client.c (impl_FolderSelectionListener_cancel): Implement cancel (set *uri and *physical_uri to NULL). (evolution_shell_client_user_select_folder): document %NULL uri and physical_uri return values. * e-shell.c (folder_selection_dialog_clicked_cb): If the user clicked "Cancel" or used the wm to close the dialog, call _cancel instead of _selected. svn path=/trunk/; revision=3831
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index d7f70b0d15..f2fdbc8ef2 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,16 @@
+2000-06-30 Dan Winship <danw@helixcode.com>
+
+ * Evolution-Shell.idl: add "cancel" to FolderSelectionListener.
+
+ * evolution-shell-client.c (impl_FolderSelectionListener_cancel):
+ Implement cancel (set *uri and *physical_uri to NULL).
+ (evolution_shell_client_user_select_folder): document %NULL uri
+ and physical_uri return values.
+
+ * e-shell.c (folder_selection_dialog_clicked_cb): If the user
+ clicked "Cancel" or used the wm to close the dialog, call _cancel
+ instead of _selected.
+
2000-06-30 Ettore Perazzoli <ettore@helixcode.com>
* evolution-shell-component.c (impl_ShellComponent_set_owner):