You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
440 B
12 lines
440 B
--- desktop-file-utils-0.8/src/menu-tree-cache.c.pleasecreate 2004-08-29 14:38:56.000000000 +0100
|
|
+++ desktop-file-utils-0.8/src/menu-tree-cache.c 2004-09-02 21:14:18.728783768 +0100
|
|
@@ -760,7 +760,7 @@
|
|
menu_verbose ("Getting changes for \"%s\"\n",
|
|
menu_file);
|
|
|
|
- entry = cache_lookup (cache, menu_file, FALSE, NULL);
|
|
+ entry = cache_lookup (cache, menu_file, TRUE, NULL);
|
|
|
|
if (entry == NULL)
|
|
return NULL;
|