[Xfce4-commits] [apps/xfce4-screenshooter] 01/01: update the info dialog during upload

noreply at xfce.org noreply at xfce.org
Wed Dec 17 00:12:28 CET 2014


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit 19bf7ec4c39e484a51c1a6be03a4a1f67ffab485
Author: Landry Breuil <landry at xfce.org>
Date:   Wed Dec 17 00:12:23 2014 +0100

    update the info dialog during upload
---
 lib/screenshooter-imgur.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/screenshooter-imgur.c b/lib/screenshooter-imgur.c
index c249eb9..e4a5e2a 100644
--- a/lib/screenshooter-imgur.c
+++ b/lib/screenshooter-imgur.c
@@ -102,6 +102,7 @@ imgur_upload_job (ScreenshooterJob *job, GValueArray *param_values, GError **err
 
   // for v3 API - key registered *only* for xfce4-screenshooter!
   soup_message_headers_append (msg->request_headers, "Authorization", "Client-ID 66ab680b597e293");
+  exo_job_info_message (EXO_JOB (job), _("Upload the screenshot..."));
   status = soup_session_send_message (session, msg);
 
   if (!SOUP_STATUS_IS_SUCCESSFUL (msg->status_code))

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list