diff options
author | Lucas Rocha <lucasr@gnome.org> | 2006-03-23 20:08:17 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2006-03-23 20:08:17 +0000 |
commit | 6645316bc935dfc2b4f8a1cad95a98f90cd710c1 (patch) | |
tree | 488e7763ad1b880652d9c9c8cb30ade285fab35c /ChangeLog | |
parent | Implement the "message" command on notification icon with libnotify (diff) | |
download | zenity-6645316bc935dfc2b4f8a1cad95a98f90cd710c1.tar.gz zenity-6645316bc935dfc2b4f8a1cad95a98f90cd710c1.tar.bz2 zenity-6645316bc935dfc2b4f8a1cad95a98f90cd710c1.zip |
add --confirm-overwrite to file selection dialog to pop a confirmation
2006-03-23 Lucas Rocha <lucasr@gnome.org>
* src/fileselection.c, zenity.h, option.c: add
--confirm-overwrite to file selection dialog to pop a
confirmation dialog when selecting an existing filename.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-03-23 Lucas Rocha <lucasr@gnome.org> + + * src/fileselection.c, zenity.h, option.c: add + --confirm-overwrite to file selection dialog to pop a + confirmation dialog when selecting an existing filename. + 2006-03-22 Lucas Rocha <lucasr@gnome.org> Implement the "message" command on notification icon |