Skip to content

Commit

Permalink
Set random fill actived as default option
Browse files Browse the repository at this point in the history
  • Loading branch information
paskao committed Sep 5, 2014
1 parent 6872fab commit 88644fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freepto-live-tray
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ class PersistenceOptionsForm(gtk.Frame):

self.fill_random_label = WrappedLabel(_("Fill with random data"))
self.fill_random_input = gtk.CheckButton()
self.fill_random_input.set_active(True)

self.button = gtk.Button(_("Create persistence"))

Expand Down

0 comments on commit 88644fe

Please sign in to comment.