anjuta r4427 - in trunk: . plugins/file-manager
- From: sgranjoux svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4427 - in trunk: . plugins/file-manager
- Date: Sun, 7 Dec 2008 16:14:56 +0000 (UTC)
Author: sgranjoux
Date: Sun Dec 7 16:14:56 2008
New Revision: 4427
URL: http://svn.gnome.org/viewvc/anjuta?rev=4427&view=rev
Log:
* plugins/file-manager/file-model.c:
Fix #563530: "Do not show binary files" should add ".pyc" and ".pyo"
Modified:
trunk/ChangeLog
trunk/plugins/file-manager/file-model.c
Modified: trunk/plugins/file-manager/file-model.c
==============================================================================
--- trunk/plugins/file-manager/file-model.c (original)
+++ trunk/plugins/file-manager/file-model.c Sun Dec 7 16:14:56 2008
@@ -35,6 +35,8 @@
".lo",
".a",
".so",
+ ".pyc",
+ ".pyo",
NULL
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]