libede & explorer: esthetics
authorRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 21:45:31 +0000 (17:45 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 22:55:31 +0000 (18:55 -0400)
explorer/src/Explorer.ec
libede/src/FileSystemBox.ec

index 2f447f8..6d3de34 100644 (file)
@@ -23,7 +23,9 @@ class Explorer : GuiApplication
       QuickPathTool goPath { };
       QuickPathTool searchPath { };
       char * findWhat = null;
+
       SetLoggingMode(debug, null);
+
       if(argc > 1)
       {
          if(!strcmpi(argv[1], "go") && argc > 2)
index 09466a9..f7bb89b 100644 (file)
@@ -614,7 +614,7 @@ private:
          {
             FileListing listing { path, extensions = extensions };
             if(node.children.count == 1)
-            DeleteNode(node.children.first);
+               DeleteNode(node.children.first);
 
             while(listing.Find())
             {