meld r1180 - trunk



Author: vincele
Date: Tue Feb 24 20:16:08 2009
New Revision: 1180
URL: http://svn.gnome.org/viewvc/meld?rev=1180&view=rev

Log:
Fix indentation


Modified:
   trunk/dirdiff.py

Modified: trunk/dirdiff.py
==============================================================================
--- trunk/dirdiff.py	(original)
+++ trunk/dirdiff.py	Tue Feb 24 20:16:08 2009
@@ -490,7 +490,7 @@
             else: # directory is empty, add a placeholder
                 self.model.add_empty(it)
             if differences[0]:
-                 expanded[path] = False
+                expanded[path] = False
         for path in sorted(expanded.keys()):
             start = path[:]
             while len(start) and not expanded.get(start,False):



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