aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-05-20 00:11:47 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-05-20 00:11:47 +0800
commitf093b333fbee67da990d50b513333272418276e7 (patch)
tree996e2aaf9806d7adf4bef6ed2e3f4d29d53546a7 /shell/ChangeLog
parent3e519c4e1469b93c8fc6684b6aae53779d4ff270 (diff)
downloadgsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.tar
gsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.tar.gz
gsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.tar.bz2
gsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.tar.lz
gsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.tar.xz
gsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.tar.zst
gsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.zip
Add a caption to the folder selection dialog widget, and get the
existing dialogs in the shell to use it. svn path=/trunk/; revision=9894
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 58b481bc35..be1472609a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,22 @@
2001-05-19 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell.c (impl_Shell_selectUserFolder): Pass a NULL @caption to
+ `e_shell_folder_selection_dialog_new()'.
+
+ * e-shell-importer.c (import_druid_finish): Add a caption to the
+ folder selection dialog. Constify local variable `foldername',
+ and avoid g_strdupping/g_freeing it, as it's useless.
+
+ * e-shell-view-menu.c (command_goto_folder): Add a caption to
+ the folder selection dialog.
+
+ * e-shell-folder-selection-dialog.c
+ (e_shell_folder_selection_dialog_new): New arg @caption.
+ (e_shell_folder_selection_dialog_construct): Likewise. Also
+ cleaned up a bit.
+
+2001-05-19 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-view-menu.c: Removed "NewView" verb. Added
`folder_verbs', with "OpenFolderInNewWindow" in it.
(e_shell_view_menu_setup): Set up the `folder_verbs' too.