Skip to content

Commit

Permalink
[xs][gconf] Bugfix lp:833911 on default subsystem set at first run
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanon committed Aug 25, 2011
1 parent c5615f2 commit d13de1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udev-discover.in
Expand Up @@ -210,7 +210,7 @@ class UDevDiscoverGUI(GConfStore):
'follownew': True, 'follownew': True,
'followchanged': True, 'followchanged': True,
'subsystem_preset': DEFAULT_SUBSYS_PRESET, 'subsystem_preset': DEFAULT_SUBSYS_PRESET,
'custom_subsystem_preset': DEFAULT_SUBSYSTEMS 'custom_subsystem_preset': ' '.join(DEFAULT_SUBSYSTEMS)
} }


def __init__(self): def __init__(self):
Expand Down

0 comments on commit d13de1b

Please sign in to comment.