summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2006-03-23 20:08:17 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2006-03-23 20:08:17 +0000
commit6645316bc935dfc2b4f8a1cad95a98f90cd710c1 (patch)
tree488e7763ad1b880652d9c9c8cb30ade285fab35c /ChangeLog
parentImplement the "message" command on notification icon with libnotify (diff)
downloadzenity-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0650826f..082730a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
bgstack15