summaryrefslogtreecommitdiff
path: root/gtk2_ardour/new_session_dialog.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-02 18:09:21 +0000
committerDavid Robillard <d@drobilla.net>2008-02-02 18:09:21 +0000
commitd232375461c23526e88e40f9f73b8fd6095feeda (patch)
tree1e2e10aad0dcffc9f55464718f129f77b5ef5d7e /gtk2_ardour/new_session_dialog.cc
parent502f5f812f96fc9d36dafa1f6a733680367c515d (diff)
Sort things to reduce merge hell. No functional changes.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2994 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/new_session_dialog.cc')
-rw-r--r--gtk2_ardour/new_session_dialog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/new_session_dialog.cc b/gtk2_ardour/new_session_dialog.cc
index 41dc429cf8..604d486990 100644
--- a/gtk2_ardour/new_session_dialog.cc
+++ b/gtk2_ardour/new_session_dialog.cc
@@ -978,7 +978,7 @@ NewSessionDialog::reset_recent()
sessions = new std::vector<std::string*>;
for (ARDOUR::RecentSessions::iterator i = rs.begin(); i != rs.end(); ++i) {
- sessions->push_back (new string ((*i).second));
+ sessions->push_back (new string ((*i).second));
}
for (i = sessions->begin(); i != sessions->end(); ++i) {
@@ -990,7 +990,7 @@ NewSessionDialog::reset_recent()
/* remove any trailing / */
if (fullpath[fullpath.length()-1] == '/') {
- fullpath = fullpath.substr (0, fullpath.length()-1);
+ fullpath = fullpath.substr (0, fullpath.length()-1);
}
/* check whether session still exists */