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

Bug#503075: gnochm: ?



Package: gnochm
Version: 0.9.11-2
Severity: normal

Hi, 

Recent files are not stored with absolute paths, which is a minor
inconvenience. 

Please consider applying this simple patch:
--- gnochm.py.in.default        2008-10-22 13:51:57.000000000 +0300
+++ gnochm.py.in        2008-10-22 13:52:16.000000000 +0300
@@ -382,6 +382,7 @@
         length=client.get_int('/apps/gnochm/preferences/recent_size')
         if length < 1:
             length = 1
+        name = os.path.abspath(name)
         if name in recent_list:
             recent_list.remove(name)
         recent_list.insert(0, name)



Thanks,



Reply to: