summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-22 17:33:36 +0000
committerDavid Robillard <d@drobilla.net>2009-10-22 17:33:36 +0000
commitc19c39362db7e0e1d8f7fe4eaa4513bd3edbd6cd (patch)
treee911e18f65f6fd8928a00416623f783d4ceaec41 /gtk2_ardour
parent155338d168b362dd135597695aaa1e419831a277 (diff)
Fix whitespace.
git-svn-id: svn://localhost/ardour2/branches/3.0@5860 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 3750cdd768..d7abce0022 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -635,7 +635,7 @@ Please consider the possibilities, and perhaps (re)start JACK."));
win.add_button (Stock::OK, RESPONSE_CLOSE);
} else {
win.add_button (Stock::QUIT, RESPONSE_CLOSE);
- }
+ }
win.set_default_response (RESPONSE_CLOSE);
@@ -3243,7 +3243,7 @@ ARDOUR_UI::record_state_changed ()
if (r == Session::Recording && h) {
big_clock.set_widget_name ("BigClockRecording");
- } else {
+ } else {
big_clock.set_widget_name ("BigClockNonRecording");
}
}