[gthumb] web service: set the task description when asking for authorization
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] web service: set the task description when asking for authorization
- Date: Sat, 22 Dec 2012 16:09:25 +0000 (UTC)
commit f98a2a00f90c855cb519458ef08663c5c7bccb1a
Author: Paolo Bacchilega <paobac src gnome org>
Date: Thu Dec 20 10:11:56 2012 +0100
web service: set the task description when asking for authorization
extensions/oauth/web-service.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/extensions/oauth/web-service.c b/extensions/oauth/web-service.c
index b7cfb01..4d341c2 100644
--- a/extensions/oauth/web-service.c
+++ b/extensions/oauth/web-service.c
@@ -795,6 +795,12 @@ web_service_account_ready (WebService *self)
void
web_service_ask_authorization (WebService *self)
{
+ gth_task_progress (GTH_TASK (self),
+ _("Connecting to the server"),
+ _("Asking authorization"),
+ TRUE,
+ 0.0);
+
web_service_set_current_account (self, NULL);
WEB_SERVICE_GET_CLASS (self)->ask_authorization (self);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]