diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2012-05-31 18:24:46 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2012-05-31 18:24:46 +0000 |
commit | f296e969c568ebf711ec0198ca8e437b21de43eb (patch) | |
tree | 9d48cebc6fa63b3de5100d3980c91beb19197d3a /x11/libfm | |
parent | b619ceb1b1a4f7859b3e3e09e7490db8b24710d4 (diff) | |
download | ports-f296e969c568ebf711ec0198ca8e437b21de43eb.tar.gz ports-f296e969c568ebf711ec0198ca8e437b21de43eb.zip |
Notes
Diffstat (limited to 'x11/libfm')
-rw-r--r-- | x11/libfm/files/patch-src__tools__libfm-pref-apps.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/libfm/files/patch-src__tools__libfm-pref-apps.c b/x11/libfm/files/patch-src__tools__libfm-pref-apps.c new file mode 100644 index 000000000000..92c5cc50e4af --- /dev/null +++ b/x11/libfm/files/patch-src__tools__libfm-pref-apps.c @@ -0,0 +1,11 @@ +--- ./src/tools/libfm-pref-apps.c.orig 2012-03-18 14:21:22.000000000 +1030 ++++ ./src/tools/libfm-pref-apps.c 2012-03-18 14:22:13.000000000 +1030 +@@ -38,7 +38,7 @@ + static GList* mail_clients = NULL; + + /* examine desktop files under Internet and Office submenus to find out browsers and mail clients */ +-static init_apps() ++static void init_apps() + { + MenuCache* mc = menu_cache_lookup_sync("applications.menu"); + MenuCacheDir* dir; |