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

Collapse All | Expand All

(-)a/udev-discover.in (-2 / +1 lines)
Lines 210-216 class UDevDiscoverGUI(GConfStore): Link Here
210
            'follownew': True,
210
            'follownew': True,
211
            'followchanged': True,
211
            'followchanged': True,
212
            'subsystem_preset': DEFAULT_SUBSYS_PRESET,
212
            'subsystem_preset': DEFAULT_SUBSYS_PRESET,
213
            'custom_subsystem_preset': DEFAULT_SUBSYSTEMS
213
            'custom_subsystem_preset': ' '.join(DEFAULT_SUBSYSTEMS)
214
    }
214
    }
215
215
216
    def __init__(self):
216
    def __init__(self):
217
- 

Return to bug 380943