Date:2010-08-03 15:31:50 (13 years 7 months ago)
Author:bartbes
Commit:233fe22597dc583bb61836fecfdbb0157992a502
Message:gmenu2x: Fixed dir up

Files: gmenu2x/patches/001-filedialog.patch (2 diffs)

Change Details

gmenu2x/patches/001-filedialog.patch
11--- gmenu2x/src/filedialog.cpp 2010-08-03 12:18:26.000000000 +0200
2+++ gmenu2xm/src/filedialog.cpp 2010-08-03 13:31:40.000000000 +0200
32@@ -35,7 +35,7 @@
43     this->text = text;
54     this->filter = filter;
...... 
2323             case FD_ACTION_GOUP: {
2424                 string::size_type p = path().rfind("/");
2525- if (p==string::npos || path().substr(0,11)!="/card" || p<4)
26+ if (p==string::npos || path().substr(0,11)!="/" || p<4)
26+ if (p==string::npos)
2727                     return false;
2828                 else
2929                     setPath( path().substr(0,p) );

Archive Download the corresponding diff file



interactive