aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox2/matchbox-desktop-2/fallback-folder.patch
blob: 2d3b9f9a578b5e64da436b3a790570840d7c53fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
matchbox-desktop-2 wants "meta-fallback", but matchbox-common-0.9.x
defines "fallback" and there is no matchbox-common-2.
Index: libtaku/taku-menu-desktop.c
===================================================================
--- libtaku/taku-menu-desktop.c	(revision 2096)
+++ libtaku/taku-menu-desktop.c	(working copy)
@@ -239,7 +239,7 @@
     /* Find a fallback category */
     if (priv->fallback_category == NULL)
       for (l = matches; *l; l++)
-        if (strcmp (*l, "meta-fallback") == 0)
+        if (strcmp (*l, "fallback") == 0)
           priv->fallback_category = category;
 
   done: