qtinternetradio/irdb/src/favoriteswrapper.cpp
changeset 17 38bbf2dcd608
parent 16 5723da102db1
--- a/qtinternetradio/irdb/src/favoriteswrapper.cpp	Fri Sep 17 08:27:59 2010 +0300
+++ b/qtinternetradio/irdb/src/favoriteswrapper.cpp	Mon Oct 04 00:07:46 2010 +0300
@@ -120,7 +120,7 @@
     }
 
     combineGetStr(condAND, condOR, colNameView, sltSqlStr);
-    sltSqlStr = sltSqlStr + " order by FavSeq desc ";
+//    sltSqlStr = sltSqlStr + " order by FavSeq desc ";
     pDataSet = new QList<QVariant*>();
     if( m_pIRDB->selectRow(this, sltSqlStr, pDataSet) )
     {