tag 515665 patch
thanks

Hi,

The attached trivial patch is cherry-picked from upstream revision 466.

-- 
Jonathan Wiltshire

1024D: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51
=== modified file 'gui/main.py'
--- gui/main.py	2009-02-03 20:06:47 +0000
+++ gui/main.py	2009-02-16 20:40:53 +0000
@@ -147,7 +147,7 @@
         self.showInstructions()
 
         #Loop to expand the current directory in the folderview.
-        lastDir = settings.value("mainwindow/workingDirectory", QVariant(QDir.rootPath()))
+        lastDir = settings.value("mainwindow/workingDirectory", QVariant(QDir.homePath()))
         log.debug('Current directory: %s' % lastDir.toString())
         path = QDir(lastDir.toString())
         while True:

Attachment: signature.asc
Description: Digital signature

Reply via email to