Revision: 1149
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1149&view=rev
Author:   nadvornik
Date:     2008-10-05 18:25:44 +0000 (Sun, 05 Oct 2008)

Log Message:
-----------
fixed confirm_delete option

Modified Paths:
--------------
    trunk/src/utilops.c

Modified: trunk/src/utilops.c
===================================================================
--- trunk/src/utilops.c 2008-10-04 20:28:31 UTC (rev 1148)
+++ trunk/src/utilops.c 2008-10-05 18:25:44 UTC (rev 1149)
@@ -2153,7 +2153,7 @@
 
 void file_util_delete(FileData *source_fd, GList *source_list, GtkWidget 
*parent)
 {
-       file_util_delete_full(source_fd, source_list, parent, 
UTILITY_PHASE_START);
+       file_util_delete_full(source_fd, source_list, parent, 
options->file_ops.confirm_delete ? UTILITY_PHASE_START : 
UTILITY_PHASE_ENTERING);
 }
 
 void file_util_copy(FileData *source_fd, GList *source_list, const gchar 
*dest_path, GtkWidget *parent)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to