[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/pim/kcall/kcall
From:       Tobias Hunger <tobias.hunger () basyskom ! de>
Date:       2007-07-25 10:01:36
Message-ID: 1185357696.738039.26466.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 692300 by hunger:

Make dialing work again:-)


 M  +3 -3      kcallview.cpp  


--- trunk/playground/pim/kcall/kcall/kcallview.cpp #692299:692300
@@ -166,12 +166,12 @@
 {
     kDebug() << "KCallView::decideAcceptAction()" << endl;
 
-/*    bool noActCalls = ui.activeCallListView->selectedItems().isEmpty();
-    if(noActCalls)
+    QItemSelectionModel * selection = ui.activeCallTableView->selectionModel();
+    if (selection->selectedRows().isEmpty())
     {
         //kDebug() << "Nummer aus Input:" << ui.nrInput->currentText()<<endl;
         dialByInput(ui.nrInput->currentText());
-    }*/
+    }
 }
 
 void KCallView::acceptCall()
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic