[Xfce4-commits] <midori:master> Also list non-existant system addon folders
Christian Dywan
noreply at xfce.org
Wed May 23 00:34:01 CEST 2012
Updating branch refs/heads/master
to b854931cfc8c418f0ea22c1f14a49e8cc139eb37 (commit)
from d0ca6467cdfdd47440000f6a8e993068f98aa94a (commit)
commit b854931cfc8c418f0ea22c1f14a49e8cc139eb37
Author: Paweł Forysiuk <tuxator at o2.pl>
Date: Wed May 23 00:31:45 2012 +0200
Also list non-existant system addon folders
extensions/addons.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extensions/addons.c b/extensions/addons.c
index c05fd85..6051627 100644
--- a/extensions/addons.c
+++ b/extensions/addons.c
@@ -846,7 +846,7 @@ addons_get_directories (AddonsKind kind)
{
path = g_build_path (G_DIR_SEPARATOR_S, *datadirs,
PACKAGE_NAME, folder_name, NULL);
- if (g_slist_find (directories, path) == NULL && g_access (path, X_OK) == 0)
+ if (g_slist_find (directories, path) == NULL)
directories = g_slist_prepend (directories, path);
else
g_free (path);
More information about the Xfce4-commits
mailing list