From d8c4d15417bd4555d5238a46618dd33da41ae651 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Fri, 1 May 2015 22:57:41 -0500 Subject: [PATCH] working on #318 again --- CHANGES | 1 + cnchi/info.py | 2 +- cnchi/user_info.py | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index ab288f365..378e41096 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ +[2015-05-01 22:56:21 -0500] update gsettings keys that changed in 3.16 Dustin Falgout {efbbddf} [2015-05-01 21:56:07 +0200] Comment faulty code in user_info.py. Needs fixing karasu {eede3d1} [2015-05-01 21:51:49 +0200] Wrong logging message karasu {cb0ddd5} [2015-05-01 21:48:14 +0200] Button needs text karasu {e5eac8d} diff --git a/cnchi/info.py b/cnchi/info.py index 46ae6a5a9..2a363d996 100755 --- a/cnchi/info.py +++ b/cnchi/info.py @@ -24,7 +24,7 @@ """ Set some Cnchi global constants """ -CNCHI_VERSION = "0.8.92" +CNCHI_VERSION = "0.8.93" CNCHI_WEBSITE = "http://www.antergos.com" if __name__ == '__main__': diff --git a/cnchi/user_info.py b/cnchi/user_info.py index c23e412e7..7e7ab626c 100644 --- a/cnchi/user_info.py +++ b/cnchi/user_info.py @@ -294,7 +294,7 @@ def info_loop(self, widget): self.password_strength) # FIXME: THIS IS NOT WORKING - ''' + # Check if all fields are filled and ok all_ok = True ok_widgets = self.image_is_ok.values() @@ -307,8 +307,8 @@ def info_loop(self, widget): all_ok = False self.forward_button.set_sensitive(all_ok) - ''' - self.forward_button.set_sensitive(True) + + # self.forward_button.set_sensitive(True) # When testing, no _() is available try: