evolution r37179 - in trunk: . tools



Author: sragavan
Date: Thu Jan 29 16:13:04 2009
New Revision: 37179
URL: http://svn.gnome.org/viewvc/evolution?rev=37179&view=rev

Log:
2009-01-29  Srinivasa Ragavan  <sragavan novell com>

	* tools/killev.c: Added another pattern to killev.




Modified:
   trunk/ChangeLog
   trunk/tools/killev.c

Modified: trunk/tools/killev.c
==============================================================================
--- trunk/tools/killev.c	(original)
+++ trunk/tools/killev.c	Thu Jan 29 16:13:04 2009
@@ -83,7 +83,7 @@
 }
 
 static const char *patterns[] = {
-	"%s", "%.16s", "lt-%s", "lt-%.13s"
+	"%s", "%.16s", "lt-%s", "lt-%.13s", "%s.bin"
 };
 static const int n_patterns = G_N_ELEMENTS (patterns);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]