]> git.pld-linux.org Git - packages/krusader.git/commitdiff
- added by Charles <charles (at) os.pl>
authorkolodko <kolodko@pld-linux.org>
Mon, 1 Nov 2004 18:10:26 +0000 (18:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    krusader-krdetailedview.patch -> 1.1
    krusader-mount.patch -> 1.1

krusader-krdetailedview.patch [new file with mode: 0644]
krusader-mount.patch [new file with mode: 0644]

diff --git a/krusader-krdetailedview.patch b/krusader-krdetailedview.patch
new file mode 100644 (file)
index 0000000..15627e3
--- /dev/null
@@ -0,0 +1,12 @@
+--- krusader/Panel/krdetailedview.cpp  2004-10-24 18:17:31.000000000 +0200
++++ krusader/Panel/krdetailedview.cpp  2004-10-31 16:50:49.000000000 +0100
+@@ -1034,8 +1034,8 @@
+       if ( item == startItem )
+          return ;
+       if ( caseSensitive ? item->name().startsWith( str ) : item->name().lower().startsWith( str.lower() ) ) {
+-         makeItemVisible( item );
+          setCurrentItem( item->name() );
++                      makeItemVisible( item );
+          return ;
+       }
+    }
diff --git a/krusader-mount.patch b/krusader-mount.patch
new file mode 100644 (file)
index 0000000..c9b2338
--- /dev/null
@@ -0,0 +1,11 @@
+--- krusader/MountMan/kmountman.cpp.orig       2004-10-20 00:46:42.000000000 +0200
++++ krusader/MountMan/kmountman.cpp    2004-10-22 14:24:23.398732536 +0200
+@@ -62,7 +62,7 @@
+       }
+       // list of FS that we don't manage at all
+-      invalid_fs << "swap" << "/dev/pts" << "tmpfs" << "devpts" << "sysfs" << "rpc_pipefs" << "usbfs" << "binfmt_misc";
++      invalid_fs << "swap" << "/dev/pts" << "tmpfs" << "devpts" << "sysfs" << "rpc_pipefs" << "usbfs" << "binfmt_misc" << "devfs" << "usbdevfs" << "selinuxfs";
+ #if defined(BSD)
+       invalid_fs << "procfs";
+ #else
This page took 0.043309 seconds and 4 git commands to generate.