summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/audio_clock.cc')
-rw-r--r--gtk2_ardour/audio_clock.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk2_ardour/audio_clock.cc b/gtk2_ardour/audio_clock.cc
index 6e65e512b2..dd781c270d 100644
--- a/gtk2_ardour/audio_clock.cc
+++ b/gtk2_ardour/audio_clock.cc
@@ -2056,10 +2056,11 @@ AudioClock::set_mode (Mode m)
clock_base.show_all ();
key_entry_state = 0;
- if (!is_transient) {
- ModeChanged (); /* EMIT SIGNAL */
- mode_changed (); /* EMIT SIGNAL */
- }
+ if (!is_transient) {
+ ModeChanged (); /* EMIT SIGNAL (the static one)*/
+ }
+
+ mode_changed (); /* EMIT SIGNAL (the member one) */
}
void