[PATCH] fixes #68975(grave)

Matt Newell newellm at blur.com
Fri May 7 01:46:35 BST 2004


The change.

 void KonqBaseListViewWidget::slotPopupMenu(QListViewItem*, const QPoint 
&point, int )
 {
    kdDebug() << "KonqBaseListViewWidget::slotPopupMenu" << endl;
-   popupMenu( point,true );
+   popupMenu( point,false );
 }

Diff is attached.  I'm pretty sure this is correct, because it works correctly 
and it is verified by the comment for popupMenu.

//the second parameter is set to true when the menu shortcut is pressed,
//so the position of the mouse pointer doesn't matter when using keyboard, 
aleXXX
virtual void popupMenu( const QPoint& _global, bool 
alwaysForSelectedFiles=false );

I will commit this if there are no objections.

Matt



-------------- next part --------------
A non-text attachment was scrubbed...
Name: konq_rightclick.diff
Type: text/x-diff
Size: 1444 bytes
Desc: not available
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20040506/7ca324b0/attachment.diff>


More information about the kfm-devel mailing list