meld r1349 - trunk



Author: vincele
Date: Wed Apr 15 22:01:20 2009
New Revision: 1349
URL: http://svn.gnome.org/viewvc/meld?rev=1349&view=rev

Log:
Default supply-newline preference to False.
Following the least-surprise principle:
Show everything that is not the same in the
diff'ed files.


Modified:
   trunk/meldapp.py

Modified: trunk/meldapp.py
==============================================================================
--- trunk/meldapp.py	(original)
+++ trunk/meldapp.py	Wed Apr 15 22:01:20 2009
@@ -387,7 +387,7 @@
         "edit_wrap_lines" : prefs.Value(prefs.INT, 0),
         "edit_command_type" : prefs.Value(prefs.STRING, "internal"), #internal, gnome, custom
         "edit_command_custom" : prefs.Value(prefs.STRING, "gedit"),
-        "supply_newline": prefs.Value(prefs.BOOL,1),
+        "supply_newline": prefs.Value(prefs.BOOL, False),
         "text_codecs": prefs.Value(prefs.STRING, "utf8 latin1"),
         "ignore_symlinks": prefs.Value(prefs.BOOL,0),
         "vc_console_visible": prefs.Value(prefs.BOOL, 0),



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