summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/barcontroller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gtkmm2ext/barcontroller.cc')
-rw-r--r--libs/gtkmm2ext/barcontroller.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/gtkmm2ext/barcontroller.cc b/libs/gtkmm2ext/barcontroller.cc
index 75e5d4e7d6..1b8c210fc9 100644
--- a/libs/gtkmm2ext/barcontroller.cc
+++ b/libs/gtkmm2ext/barcontroller.cc
@@ -398,6 +398,9 @@ BarController::switch_to_bar ()
darea.show ();
switching = false;
+
+ SpinnerActive (false); /* EMIT SIGNAL */
+
return FALSE;
}
@@ -421,6 +424,9 @@ BarController::switch_to_spinner ()
spinner.grab_focus ();
switching = false;
+
+ SpinnerActive (true); /* EMIT SIGNAL */
+
return FALSE;
}