meld r1330 - trunk



Author: vincele
Date: Fri Apr 10 18:08:32 2009
New Revision: 1330
URL: http://svn.gnome.org/viewvc/meld?rev=1330&view=rev

Log:
Default "ignore blank lines" option to False
as it has been demostrated to fix bug: 573516 


Modified:
   trunk/meldapp.py

Modified: trunk/meldapp.py
==============================================================================
--- trunk/meldapp.py	(original)
+++ trunk/meldapp.py	Fri Apr 10 18:08:32 2009
@@ -421,7 +421,7 @@
             _("Leading whitespace\t0\t^[ \\t\\r\\f\\v]*\n") + \
             #TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
             _("Script comment\t0\t#.*")),
-        "ignore_blank_lines" : prefs.Value(prefs.BOOL, 1)
+        "ignore_blank_lines" : prefs.Value(prefs.BOOL, False)
     }
 
     def __init__(self):



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