Revision: 1069
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1069&view=rev
Author:   nadvornik
Date:     2008-08-20 20:36:36 +0000 (Wed, 20 Aug 2008)

Log Message:
-----------
update the FileData structure when a new folder is created

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

Modified: trunk/src/utilops.c
===================================================================
--- trunk/src/utilops.c 2008-08-19 22:58:31 UTC (rev 1068)
+++ trunk/src/utilops.c 2008-08-20 20:36:36 UTC (rev 1069)
@@ -723,8 +723,7 @@
                        if ((internal && mkdir_utf8(ud->dir_fd->path, 0755)) ||
                            (!internal && ext_result))
                                {
-                               file_data_increment_version(ud->dir_fd);
-                               file_data_send_notification(ud->dir_fd, 
NOTIFY_TYPE_REREAD);
+                               file_data_check_changed_files(ud->dir_fd); /* 
this will update the FileData and send notification */
                                }
                        else
                                {


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