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 / +3 lines)
Lines 4217-4222 Link Here
4217
        Resize(mBounds.x, mBounds.y, mBounds.width, mBounds.height, PR_FALSE);
4217
        Resize(mBounds.x, mBounds.y, mBounds.width, mBounds.height, PR_FALSE);
4218
4218
4219
#ifdef ACCESSIBILITY
4219
#ifdef ACCESSIBILITY
4220
#ifdef MOZ_ENABLE_GCONF
4220
    nsresult rv;
4221
    nsresult rv;
4221
    if (!sAccessibilityChecked) {
4222
    if (!sAccessibilityChecked) {
4222
        sAccessibilityChecked = PR_TRUE;
4223
        sAccessibilityChecked = PR_TRUE;
Lines 4238-4246 Link Here
4238
                sysPrefService->GetBoolPref(sAccessibilityKey,
4239
                sysPrefService->GetBoolPref(sAccessibilityKey,
4239
                                            &sAccessibilityEnabled);
4240
                                            &sAccessibilityEnabled);
4240
            }
4241
            }
4241
4242
        }
4242
        }
4243
    }
4243
    }
4244
#endif
4245
4244
    if (sAccessibilityEnabled) {
4246
    if (sAccessibilityEnabled) {
4245
        LOG(("nsWindow:: Create Toplevel Accessibility\n"));
4247
        LOG(("nsWindow:: Create Toplevel Accessibility\n"));
4246
        CreateRootAccessible();
4248
        CreateRootAccessible();

Return to bug 360307