]> git.pld-linux.org Git - packages/rox.git/blob - rox-fix-mime-info-path.patch
- updated to work with 1.3.9
[packages/rox.git] / rox-fix-mime-info-path.patch
1 diff -ruN rox-1.3.4-/ROX-Filer/src/type.c rox-1.3.4/ROX-Filer/src/type.c
2 --- rox-1.3.4-/ROX-Filer/src/type.c     Mon Sep  2 17:33:21 2002
3 +++ rox-1.3.4/ROX-Filer/src/type.c      Sat Nov 30 01:07:06 2002
4 @@ -1004,6 +1004,10 @@
5         path = "/usr/share/mime/packages";
6         if (mc_stat(path, &info) == 0)
7                 filer_opendir(path, NULL, NULL);
8 +
9 +       path = "/usr/share/mime-info";
10 +       if (mc_stat(path, &info) == 0)
11 +               filer_opendir(path, NULL, NULL);
12  }
13  
14  static GList *build_type_edit(Option *none, xmlNode *node, guchar *label)
This page took 0.058984 seconds and 3 git commands to generate.