SF.net SVN: geany:[3606] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Fri Feb 27 14:06:06 UTC 2009


Revision: 3606
          http://geany.svn.sourceforge.net/geany/?rev=3606&view=rev
Author:   eht16
Date:     2009-02-27 14:06:06 +0000 (Fri, 27 Feb 2009)

Log Message:
-----------
Update source files upon creation.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tagmanager/tm_source_file.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-02-27 14:05:50 UTC (rev 3605)
+++ trunk/ChangeLog	2009-02-27 14:06:06 UTC (rev 3606)
@@ -8,6 +8,8 @@
    Add images to the 'Replace' and 'Replace and Find' buttons in the
    Replace dialog.
    Minor cleanups in search.c.
+ * tagmanager/tm_source_file.c:
+   Update source files upon creation.
 
 
 2009-02-26  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>

Modified: trunk/tagmanager/tm_source_file.c
===================================================================
--- trunk/tagmanager/tm_source_file.c	2009-02-27 14:05:50 UTC (rev 3605)
+++ trunk/tagmanager/tm_source_file.c	2009-02-27 14:06:06 UTC (rev 3606)
@@ -63,7 +63,7 @@
 		source_file->lang = getNamedLanguage(name);
 
 	if (update)
-		tm_source_file_update(TM_WORK_OBJECT(source_file), FALSE, FALSE, FALSE);
+		tm_source_file_update(TM_WORK_OBJECT(source_file), TRUE, FALSE, FALSE);
 	return TRUE;
 }
 


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