Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 360307 | Differences between
and this patch

Collapse All | Expand All

(-)a/extensions/pref/system-pref/src/Makefile.in (+2 lines)
Lines 52-59 Link Here
52
52
53
53
54
ifdef MOZ_ENABLE_GTK2
54
ifdef MOZ_ENABLE_GTK2
55
ifdef MOZ_ENABLE_GCONF
55
DIRS		= gconf
56
DIRS		= gconf
56
endif
57
endif
58
endif
57
59
58
EXTRA_DSO_LDOPTS = \
60
EXTRA_DSO_LDOPTS = \
59
		-L$(DIST)/bin \
61
		-L$(DIST)/bin \
(-)a/widget/src/gtk2/nsWindow.cpp (-1 / +2 lines)
Lines 4227-4232 Link Here
4227
            sAccessibilityEnabled = atoi(envValue) != 0;
4227
            sAccessibilityEnabled = atoi(envValue) != 0;
4228
            LOG(("Accessibility Env %s=%s\n", sAccEnv, envValue));
4228
            LOG(("Accessibility Env %s=%s\n", sAccEnv, envValue));
4229
        }
4229
        }
4230
#ifdef MOZ_ENABLE_GCONF
4230
        //check gconf-2 setting
4231
        //check gconf-2 setting
4231
        else {
4232
        else {
4232
            nsCOMPtr<nsIPrefBranch> sysPrefService =
4233
            nsCOMPtr<nsIPrefBranch> sysPrefService =
Lines 4238-4244 Link Here
4238
                sysPrefService->GetBoolPref(sAccessibilityKey,
4239
                sysPrefService->GetBoolPref(sAccessibilityKey,
4239
                                            &sAccessibilityEnabled);
4240
                                            &sAccessibilityEnabled);
4240
            }
4241
            }
4241
4242
#endif
4242
        }
4243
        }
4243
    }
4244
    }
4244
    if (sAccessibilityEnabled) {
4245
    if (sAccessibilityEnabled) {

Return to bug 360307