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

List:       kde-commits
Subject:    branches/work/kopete/dev-0.12/kopete/protocols/msn
From:       Johann Ollivier Lapeyre <johann.ollivierlapeyre () gmail ! com>
Date:       2006-02-04 17:33:01
Message-ID: 1139074381.592315.11355.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 505724 by johann_ol:

Fix webcam send/receive webcam action for msn in toolbar and menu
BUG:#121364


 M  +2 -2      msnchatsession.cpp  


--- branches/work/kopete/dev-0.12/kopete/protocols/msn/msnchatsession.cpp \
#505723:505724 @@ -87,11 +87,11 @@
 	m_actionNudge->setEnabled(true);
 #if MSN_WEBCAM
 	// Invite to receive webcam action
-	m_actionWebcamReceive=new KAction( i18n( "View Contact's Webcam" ), \
"webcamreceive",  0, members().getFirst(), SLOT(slotWebcamReceive() ), \
actionCollection(), "msnWebcamReceive" ) ; +	m_actionWebcamReceive=new KAction( i18n( \
"View Contact's Webcam" ), "webcamreceive",  0, this, SLOT(slotWebcamReceive() ), \
actionCollection(), "msnWebcamReceive" ) ;  m_actionWebcamReceive->setEnabled(true);
 	
 	//Send webcam action
-	m_actionWebcamSend=new KAction( i18n( "Send Webcam" ), "webcamsend",  0, \
members().getFirst(), SLOT(slotWebcamSend() ), actionCollection(), "msnWebcamSend" ) \
; +	m_actionWebcamSend=new KAction( i18n( "Send Webcam" ), "webcamsend",  0, this, \
SLOT(slotWebcamSend() ), actionCollection(), "msnWebcamSend" ) ;  \
m_actionWebcamSend->setEnabled(true);  
 #endif


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

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