diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-15 22:51:19 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-15 22:51:19 +0800 |
commit | fbe64c2aee924f646e01c096e40094585615c086 (patch) | |
tree | 32e1fbaaf8ca862417b8e95dd90fc28934e75b49 /shell/ChangeLog | |
parent | 655592d3a8ee26b96142ef09fdf0cd1a8eb776ed (diff) | |
download | gsoc2013-evolution-fbe64c2aee924f646e01c096e40094585615c086.tar gsoc2013-evolution-fbe64c2aee924f646e01c096e40094585615c086.tar.gz gsoc2013-evolution-fbe64c2aee924f646e01c096e40094585615c086.tar.bz2 gsoc2013-evolution-fbe64c2aee924f646e01c096e40094585615c086.tar.lz gsoc2013-evolution-fbe64c2aee924f646e01c096e40094585615c086.tar.xz gsoc2013-evolution-fbe64c2aee924f646e01c096e40094585615c086.tar.zst gsoc2013-evolution-fbe64c2aee924f646e01c096e40094585615c086.zip |
Pull up fix from the branch:
Make sure the OK button in the folder creation dialog is not sensitive
if no parent folder is selected.
Fix a Gtk-Warning that would happen if you selected "New" in the
folder selection dialog and then "Cancel" in the folder creation
dialog.
svn path=/trunk/; revision=9325
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 3c2fbf8054..0206f3de09 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,21 @@ +2001-04-15 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-folder-selection-dialog.c + (folder_creation_dialog_result_cb): Set the current folder only if + @result is `E_SHELL_FOLDER_CREATION_DIALOG_RESULT_SUCCESS'. + + * e-shell-folder-creation-dialog.c (folder_name_entry_changed_cb): + Changed to get a pointer to the DialogData instead of just a + pointer to the dialog itself. Don't set the OK button sensitive + if there is no folder selected in the storage set view. + (setup_folder_name_entry): Don't connect + `folder_name_entry_changed_cb' anymore. + (e_shell_show_folder_creation_dialog): Connect here instead. + (storage_set_view_folder_selected_cb): New callback for the + "folder_selected" signal in the EStorageSetView. Make the OK + button sensitive if the entry is non-empty. + (e_shell_show_folder_creation_dialog): Connect it. + 2001-04-14 Michael Meeks <michael@ximian.com> * Makefile.am (dist-hook): remove built sources from dist. |