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

List:       kde-commits
Subject:    kdebase/konqueror/listview
From:       Pascal Létourneau <pletourn () globetrotter ! net>
Date:       2004-09-04 19:20:10
Message-ID: 20040904192010.27522608C () office ! kde ! org
[Download RAW message or body]

CVS commit by pletourn: 

Work around the 'new and improved' isExecuteArea() behavior


  M +2 -2      konq_listviewwidget.cc   1.249


--- kdebase/konqueror/listview/konq_listviewwidget.cc  #1.248:1.249
@@ -844,8 +844,8 @@ void KonqBaseListViewWidget::slotReturnP
 }
 
-void KonqBaseListViewWidget::slotPopupMenu( QListViewItem *, const QPoint &point, int )
+void KonqBaseListViewWidget::slotPopupMenu( QListViewItem *, const QPoint &point, int c )
 {
    kdDebug(1202) << "KonqBaseListViewWidget::slotPopupMenu" << endl;
-   popupMenu( point, false );
+   popupMenu( point, c == -1 ); //  c == -1 when activated by keyboard
 }
 


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

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