Skip to content

Commit

Permalink
working on Antergos#318 again
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed May 2, 2015
1 parent efbbddf commit d8c4d15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
2 changes: 1 addition & 1 deletion cnchi/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__':
Expand Down
6 changes: 3 additions & 3 deletions cnchi/user_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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:
Expand Down

0 comments on commit d8c4d15

Please sign in to comment.