SF.net SVN: geany:[3937] trunk/src/document.c

eht16 at users.sourceforge.net eht16 at xxxxx
Wed Jul 8 22:22:44 UTC 2009


Revision: 3937
          http://geany.svn.sourceforge.net/geany/?rev=3937&view=rev
Author:   eht16
Date:     2009-07-08 22:22:44 +0000 (Wed, 08 Jul 2009)

Log Message:
-----------
Ignore 'created' events for file monitoring, for now.

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

Modified: trunk/src/document.c
===================================================================
--- trunk/src/document.c	2009-07-08 22:22:28 UTC (rev 3936)
+++ trunk/src/document.c	2009-07-08 22:22:44 UTC (rev 3937)
@@ -440,7 +440,6 @@
 		G_STRFUNC, event, doc->priv->file_disk_status);
 	switch (event)
 	{
-		case G_FILE_MONITOR_EVENT_CREATED:
 		case G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT:
 		{
 			if (doc->priv->file_disk_status == FILE_IGNORE)


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



More information about the Commits mailing list