[Xfce4-commits] [apps/xfce4-screenshooter] 07/38: Replace katze-throbber by spinner (for now)

noreply at xfce.org noreply at xfce.org
Fri Apr 28 03:07:03 CEST 2017


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

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

commit 07a20fc10497852d26bc9f8cfd40070bbe7a3d9a
Author: Andre Miranda <andre42m at gmail.com>
Date:   Sun Feb 12 16:05:46 2017 -0300

    Replace katze-throbber by spinner (for now)
---
 Makefile.am                       | 1 -
 lib/screenshooter-imgur.h         | 1 -
 lib/screenshooter-job-callbacks.c | 5 +++--
 lib/screenshooter-zimagez.h       | 1 -
 4 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index d5e5a3b..6d738ee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,6 @@ noinst_LTLIBRARIES = lib/libscreenshooter.la
 
 lib_libscreenshooter_la_SOURCES =	\
 	$(lib_libscreenshooter_built_sources) \
-	lib/katze-throbber.c lib/katze-throbber.h \
 	lib/libscreenshooter.h \
 	lib/screenshooter-actions.c lib/screenshooter-actions.h \
 	lib/screenshooter-capture.c lib/screenshooter-capture.h \
diff --git a/lib/screenshooter-imgur.h b/lib/screenshooter-imgur.h
index b1bb88c..5f8df2b 100644
--- a/lib/screenshooter-imgur.h
+++ b/lib/screenshooter-imgur.h
@@ -29,7 +29,6 @@
 
 #include "screenshooter-utils.h"
 #include "screenshooter-simple-job.h"
-#include "katze-throbber.h"
 
 void screenshooter_upload_to_imgur (const gchar  *image_path,
                                     const gchar  *title);
diff --git a/lib/screenshooter-job-callbacks.c b/lib/screenshooter-job-callbacks.c
index 39d513b..7b88377 100644
--- a/lib/screenshooter-job-callbacks.c
+++ b/lib/screenshooter-job-callbacks.c
@@ -58,8 +58,9 @@ create_throbber_dialog             (const gchar        *title,
   gtk_container_add (GTK_CONTAINER (main_box), hbox);
 
   /* Add the throbber */
-  throbber = katze_throbber_new ();
-  katze_throbber_set_animated (KATZE_THROBBER (throbber), TRUE);
+  /*throbber = katze_throbber_new ();*/
+  /*katze_throbber_set_animated (KATZE_THROBBER (throbber), TRUE);*/
+  throbber = gtk_spinner_new ();
   gtk_box_pack_end (GTK_BOX (hbox), throbber, FALSE, FALSE, 0);
 
   /* Status label*/
diff --git a/lib/screenshooter-zimagez.h b/lib/screenshooter-zimagez.h
index eef1d68..6774c69 100644
--- a/lib/screenshooter-zimagez.h
+++ b/lib/screenshooter-zimagez.h
@@ -30,7 +30,6 @@
 
 #include "screenshooter-utils.h"
 #include "screenshooter-simple-job.h"
-#include "katze-throbber.h"
 
 void screenshooter_upload_to_zimagez (const gchar  *image_path,
                                       const gchar  *last_user,

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


More information about the Xfce4-commits mailing list