[gnome-photos/wip/baedert/gtkimageview: 2/5] spinner-box: Hide when stopping



commit 20f77fea04e807921f4932efecd7095f89aaa2df
Author: Timm Bäder <mail baedert org>
Date:   Wed Mar 23 20:01:31 2016 +0100

    spinner-box: Hide when stopping

 src/photos-spinner-box.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-spinner-box.c b/src/photos-spinner-box.c
index 930be61..6e9649f 100644
--- a/src/photos-spinner-box.c
+++ b/src/photos-spinner-box.c
@@ -109,6 +109,7 @@ photos_spinner_box_start (PhotosSpinnerBox *self)
 void
 photos_spinner_box_stop (PhotosSpinnerBox *self)
 {
+  gtk_widget_hide (GTK_WIDGET (self));
   gtk_revealer_set_reveal_child (GTK_REVEALER (self), FALSE);
   g_signal_connect (self, "notify::child-revealed", G_CALLBACK (photos_spinner_box_notify_child_revealed), 
NULL);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]