Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 700326
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/mruby-widget-lib/src/api.c
0
++ b/src/mruby-widget-lib/src/api.c
Lines 97-103 Link Here
97
97
98
98
99
    //Verify that the search path is usable
99
    //Verify that the search path is usable
100
    char *path = get_search_path();
100
    char *path = "/usr/share/zyn-fusion/";
101
    if(!dev_mode) {
101
    if(!dev_mode) {
102
        if(strstr(path, "libzest"))
102
        if(strstr(path, "libzest"))
103
            strstr(path, "libzest")[0] = 0;
103
            strstr(path, "libzest")[0] = 0;

Return to bug 700326