traverso-commit
[Top][All Lists]
Advanced

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

[Traverso-commit] traverso/src/core Sheet.cpp


From: Nicola Doebelin
Subject: [Traverso-commit] traverso/src/core Sheet.cpp
Date: Thu, 02 Oct 2008 20:08:58 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Nicola Doebelin <n_doebelin>    08/10/02 20:08:58

Modified files:
        src/core       : Sheet.cpp 

Log message:
        potential (?) bug fixed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/core/Sheet.cpp?cvsroot=traverso&r1=1.11&r2=1.12

Patches:
Index: Sheet.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/core/Sheet.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- Sheet.cpp   2 Oct 2008 20:04:06 -0000       1.11
+++ Sheet.cpp   2 Oct 2008 20:08:58 -0000       1.12
@@ -1528,8 +1528,6 @@
                m_xposList << markerList.at(i)->get_when();
        }
 
-       qSort(m_xposList);
-
        // remove duplicates
        QMutableListIterator<TimeRef> it(m_xposList);
        while (it.hasNext()) {
@@ -1538,6 +1536,8 @@
                        it.remove();
                }
        }
+
+       qSort(m_xposList);
 }
 
 void Sheet::skip_to_start()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]