diff options
author | Dan Winship <danw@src.gnome.org> | 2002-09-25 04:05:20 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-09-25 04:05:20 +0800 |
commit | ab7d63ce8e057eaa31a1777af0837cd1005e7f44 (patch) | |
tree | 09e2af4a666980db356425ce425f7963cfacb17a /shell/ChangeLog | |
parent | 691be386bde8f62cff577977b8da2172de9d10bd (diff) | |
download | gsoc2013-evolution-ab7d63ce8e057eaa31a1777af0837cd1005e7f44.tar.gz gsoc2013-evolution-ab7d63ce8e057eaa31a1777af0837cd1005e7f44.tar.zst gsoc2013-evolution-ab7d63ce8e057eaa31a1777af0837cd1005e7f44.zip |
Don't destroy the dialog. It does that itself whenever it emits
* e-shell.c (folder_selection_dialog_folder_selected_cb): Don't
destroy the dialog. It does that itself whenever it emits
folder_selected.
* e-shell-folder-selection-dialog.c (double_click_cb): Don't close
the dialog if the user double-clicks a bad folder. Just ignore it
(like we do when they click OK on a bad folder).
svn path=/trunk/; revision=18205
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7642a60eec..20b59fc098 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2002-09-24 Dan Winship <danw@ximian.com> + + * e-shell.c (folder_selection_dialog_folder_selected_cb): Don't + destroy the dialog. It does that itself whenever it emits + folder_selected. + + * e-shell-folder-selection-dialog.c (double_click_cb): Don't close + the dialog if the user double-clicks a bad folder. Just ignore it + (like we do when they click OK on a bad folder). + 2002-09-24 Ettore Perazzoli <ettore@ximian.com> [#14019] |