Skip to content

Commit

Permalink
Fix 978691 (ignores selected source)
Browse files Browse the repository at this point in the history
  • Loading branch information
midenok committed Oct 27, 2013
1 parent d3dd8c1 commit 160b2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usbcreator/frontends/gtk/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def delete_timeout(self, timer):
def add_source(self, source):
logging.debug('add_source: %s' % str(source))
_append_to_list_and_select(self.source_treeview, [source],
force_selection=False)
force_selection=True)

# XXX evand 2009-09-17: Find a label and icon for the device, if we
# don't already have one. This will go away when the code for the
Expand Down

0 comments on commit 160b2b8

Please sign in to comment.