SF.net SVN: geany:[5530] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Jan 20 19:51:31 UTC 2011


Revision: 5530
          http://geany.svn.sourceforge.net/geany/?rev=5530&view=rev
Author:   eht16
Date:     2011-01-20 19:51:31 +0000 (Thu, 20 Jan 2011)

Log Message:
-----------
Add '.pyc' to the list of hidden object files (patch by Filip Gruszczy?\197?\132ski, thanks).

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/plugins/filebrowser.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2011-01-19 19:47:35 UTC (rev 5529)
+++ trunk/ChangeLog	2011-01-20 19:51:31 UTC (rev 5530)
@@ -1,3 +1,10 @@
+2011-01-20  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * plugins/filebrowser.c:
+   Add '.pyc' to the list of hidden object files
+   (patch by Filip Gruszczyński, thanks).
+
+
 2011-01-19  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * *.*:

Modified: trunk/plugins/filebrowser.c
===================================================================
--- trunk/plugins/filebrowser.c	2011-01-19 19:47:35 UTC (rev 5529)
+++ trunk/plugins/filebrowser.c	2011-01-20 19:51:31 UTC (rev 5530)
@@ -139,7 +139,7 @@
 
 	if (hide_object_files)
 	{
-		const gchar *exts[] = {".o", ".obj", ".so", ".dll", ".a", ".lib"};
+		const gchar *exts[] = {".o", ".obj", ".so", ".dll", ".a", ".lib", ".pyc"};
 		guint i, exts_len;
 
 		exts_len = G_N_ELEMENTS(exts);


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