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

List:       kde-commits
Subject:    branches/work/kmldonkey/kmldonkey (silent)
From:       Eduard Huguet <eduardhc () gmail ! com>
Date:       2011-03-30 22:04:38
Message-ID: 20110330220438.F0351AC8CD () svn ! kde ! org
[Download RAW message or body]

SVN commit 1226591 by ehuguet:

Minor changes

SVN_SILENT:


 M  +2 -0      downloadpage.cpp  
 M  +1 -1      serverpage.cpp  


--- branches/work/kmldonkey/kmldonkey/downloadpage.cpp #1226590:1226591
@@ -123,6 +123,8 @@
 
     connect( downloadView,   SIGNAL( contextMenu( QTreeWidgetItem*, const QPoint& ) ),
              this,             SLOT( contextDownload( QTreeWidgetItem*, const QPoint& ) ) );
+    connect( downloadView,   SIGNAL( itemDoubleClicked(QTreeWidgetItem*,int)),
+             this,             SLOT( downloadDoubleClick( QTreeWidgetItem* ) ) );
     connect( downloadView,   SIGNAL( itemActivated(QTreeWidgetItem*,int)),
              this,             SLOT( downloadDoubleClick( QTreeWidgetItem* ) ) );
     connect( downloadedView, SIGNAL( contextMenu( QTreeWidgetItem*, const QPoint& ) ),
--- branches/work/kmldonkey/kmldonkey/serverpage.cpp #1226590:1226591
@@ -327,7 +327,7 @@
         if (!si)
             continue;
 		
-		serverView->openPersistentEditor( it );
+		serverView->editItem( it );
         return;
     }
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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