From nobody@FreeBSD.org  Sat Oct 19 14:26:08 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CCAB937B401
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Oct 2002 14:26:08 -0700 (PDT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8C61643E42
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Oct 2002 14:26:08 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLQ87R003827
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Oct 2002 14:26:08 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.6/8.12.6/Submit) id g9JLQ8JJ003826;
	Sat, 19 Oct 2002 14:26:08 -0700 (PDT)
Message-Id: <200210192126.g9JLQ8JJ003826@www.freebsd.org>
Date: Sat, 19 Oct 2002 14:26:08 -0700 (PDT)
From: Fork <bouloumag@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: KMess  : right-click problem under Qt 3
X-Send-Pr-Version: www-1.0

>Number:         44280
>Category:       ports
>Synopsis:       KMess  : right-click problem under Qt 3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perky
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 19 14:30:01 PDT 2002
>Closed-Date:    Mon Oct 21 11:46:14 GMT 2002
>Last-Modified:  Mon Oct 21 11:46:14 GMT 2002
>Originator:     Fork
>Release:        FreeBSD 4.7-RELEASE
>Organization:
>Environment:
>Description:
       Right-clicking does not work properly in KMess 
with Qt 3. 
>How-To-Repeat:
Try to right-click on a name to block it. Under Qt 3.0.5, this will never work.
>Fix:
Here is the solution from the kmess team :

How do I make right-clicking work in Qt 3.0.5?
 
Edit the file "kmessviewinterface.cpp". In line 76, change "rightButtonClicked" to "contextMenuRequested" so that 

connect( contactListView_, SIGNAL( rightButtonClicked(QListViewItem*,const QPoint&,int) ), this, SLOT( itemRightClicked(QListViewItem*,const QPoint&,int) ) ); 

becomes

 connect( contactListView_, SIGNAL( contextMenuRequested(QListViewItem*,const QPoint&,int) ), this, SLOT( itemRightClicked(QListViewItem*,const QPoint&,int) ) ); 

Then remake and reinstall. 

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->perky 
Responsible-Changed-By: arved 
Responsible-Changed-When: Sun Oct 20 10:38:45 PDT 2002 
Responsible-Changed-Why:  
Over to kmess MAINTAINER 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44280 
State-Changed-From-To: open->closed 
State-Changed-By: perky 
State-Changed-When: Mon Oct 21 11:45:22 GMT 2002 
State-Changed-Why:  
Fixed. Thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44280 
>Unformatted:
