From 88644fe968fb44c464042151ab32d04c8c4bbcba Mon Sep 17 00:00:00 2001 From: paskao Date: Fri, 5 Sep 2014 17:52:30 +0200 Subject: [PATCH] Set random fill actived as default option --- freepto-live-tray | 1 + 1 file changed, 1 insertion(+) diff --git a/freepto-live-tray b/freepto-live-tray index 6f378be..6865ed7 100755 --- a/freepto-live-tray +++ b/freepto-live-tray @@ -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"))