diff options
author | JP Rosevear <jpr@ximian.com> | 2002-03-30 05:30:46 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-03-30 05:30:46 +0800 |
commit | 9104b3079ae9654573f488774490d6bd27a347b8 (patch) | |
tree | fddd5b40c4db481cdb959c3fca5653bac0716696 /e-util/ChangeLog | |
parent | ca20bbf97ee0b88cfe16ec0445095fb1495ca215 (diff) | |
download | gsoc2013-evolution-9104b3079ae9654573f488774490d6bd27a347b8.tar.gz gsoc2013-evolution-9104b3079ae9654573f488774490d6bd27a347b8.tar.zst gsoc2013-evolution-9104b3079ae9654573f488774490d6bd27a347b8.zip |
open a file selection dialog with the given title and return the selected
2002-03-29 JP Rosevear <jpr@ximian.com>
* e-dialog-utils.c (e_file_dialog_save): open a file selection
dialog with the given title and return the selected file name
(save_ok): if the ok button is clicked, make sure the file doesn't
already exist and if it does, see if the user wants to over write
it
* e-dialog-utils.h: new proto
svn path=/trunk/; revision=16284
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 6ea7c05660..375de2f381 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,13 @@ +2002-03-29 JP Rosevear <jpr@ximian.com> + + * e-dialog-utils.c (e_file_dialog_save): open a file selection + dialog with the given title and return the selected file name + (save_ok): if the ok button is clicked, make sure the file doesn't + already exist and if it does, see if the user wants to over write + it + + * e-dialog-utils.h: new proto + 2002-03-22 Ettore Perazzoli <ettore@ximian.com> * e-lang-utils.c: New. |