]> git.pld-linux.org Git - packages/rox.git/commitdiff
- up for 1.3.10
authorwolf <wolf@pld-linux.org>
Thu, 29 May 2003 20:13:20 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rox-fix-mime-info-path.patch -> 1.9

rox-fix-mime-info-path.patch

index 842669088c258251b5e61424e39824581afdeb29..026a8ec8e9969501cbbba1c1bd2c0f7cde949d2e 100644 (file)
@@ -1,17 +1,6 @@
 diff -ruN rox-1.3.9./ROX-Filer/src/type.c rox-1.3.9/ROX-Filer/src/type.c
 --- rox-1.3.9./ROX-Filer/src/type.c    Sun May 18 10:51:51 2003
 +++ rox-1.3.9/ROX-Filer/src/type.c     Sun May 18 10:53:10 2003
-@@ -1047,6 +1047,10 @@
-       path = "/usr/share/mime/packages";
-       if (file_exists(path))
-               filer_opendir(path, NULL, NULL);
-+
-+      path = "/usr/share/mime-info";
-+      if (mc_stat(path, &info) == 0)
-+              filer_opendir(path, NULL, NULL);
- }
- static GList *build_type_edit(Option *none, xmlNode *node, guchar *label)
 @@ -1306,7 +1310,7 @@
        for (i = n_dirs - 1; i >= 0; i--)
        {
This page took 0.111731 seconds and 4 git commands to generate.