From f22bd3eead48af0062af33b3391e88d3ee9cb48a 2013-12-17 13:11:59 From: Joar Wandborg Date: 2013-12-17 13:11:59 Subject: [PATCH] [gtk] status_description => activity_description --- diff --git a/accounting/gtkclient.py b/accounting/gtkclient.py index e5fc83a7bbc80021ba948585b298043aef989e7d..aa6ca963ab664bd979d73ed8c7779c8d2d827721 100644 --- a/accounting/gtkclient.py +++ b/accounting/gtkclient.py @@ -21,7 +21,7 @@ def indicate_activity(func_or_str): def decorator(func): @wraps(func) def wrapper(self, *args, **kw): - self.status_description.set_text(description) + self.activity_description.set_text(description) self.activity_indicator.show() self.activity_indicator.start() @@ -40,7 +40,7 @@ def indicate_activity(func_or_str): def indicate_activity_done(func): @wraps(func) def wrapper(self, *args, **kw): - self.status_description.set_text('') + self.activity_description.set_text('') self.activity_indicator.stop() self.activity_indicator.hide() diff --git a/accounting/res/client-ui.glade b/accounting/res/client-ui.glade index 878d042d11bfe4c828554ed506bcb21e8b43e76c..e0420666a5459bde6c1f5d0d93acd75522c50202 100644 --- a/accounting/res/client-ui.glade +++ b/accounting/res/client-ui.glade @@ -1,20 +1,6 @@ - - - - - - - - - - - - About - - False @@ -162,6 +148,7 @@ True False 18 + January Licensing Fees @@ -238,11 +225,24 @@ True False - + + True + False + 2 + + + False + True + 0 + False + 5 + 5 + 5 + 5 False @@ -252,9 +252,10 @@ - + False 1 + Working... False @@ -276,18 +277,31 @@ False 5 - center-always + center-on-parent True - dialog + splashscreen accounting_window Accounting Client dev http://gitorious.org/conservancy/accounting-api Source code - lgpl-2-1 + + + + + + + + + + + + About + + transaction_accel_group