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

List:       kde-commits
Subject:    KDE_3_3_BRANCH: kdebase/kate/app
From:       Dominik Haumann <dhdev () gmx ! de>
Date:       2004-08-23 13:38:02
Message-ID: 20040823133802.6AFD3253E () office ! kde ! org
[Download RAW message or body]

CVS commit by dhaumann: 

backport cullmanns change: single click opens file


  M +3 -3      katefilelist.cpp   1.42.2.1


--- kdebase/kate/app/katefilelist.cpp  #1.42:1.42.2.1
@@ -59,7 +59,7 @@ KateFileList::KateFileList (KateDocManag
   connect(docManager,SIGNAL(documentDeleted(uint)),this,SLOT(slotDocumentDeleted(uint)));
 
-  // Honour KDE single/double click setting
-  connect(this,SIGNAL(executed(QListBoxItem *)),this,SLOT(slotActivateView(QListBoxItem *)));
-//  connect(this,SIGNAL(highlighted(QListBoxItem *)),this,SLOT(slotActivateView(QListBoxItem *)));
+  // do not Honour KDE single/double click setting
+//  connect(this,SIGNAL(executed(QListBoxItem *)),this,SLOT(slotActivateView(QListBoxItem *)));
+  connect(this,SIGNAL(highlighted(QListBoxItem *)),this,SLOT(slotActivateView(QListBoxItem *)));
 
   connect(viewManager,SIGNAL(viewChanged()), this,SLOT(slotViewChanged()));


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

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