Bug 55638

Summary: No action behind "send file" when right clicking on contact in contact list then selecting send file
Product: [Applications] kopete Reporter: Jonathan Halcrow <gte899j>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: sushilshetty
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandrake RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jonathan Halcrow 2003-03-07 09:40:52 UTC
Version:           0.61a (using KDE KDE 3.0.5)
Installed from:    Mandrake RPMs
Compiler:          gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk) 
OS:          Linux

When signed on using the oscar protocal, choosing send file from the contact list does not produce any action.  When running form the console, the following output is given:

QObject::connect: No such slot KopeteMetaContact::sendFile()
QObject::connect:  (sender name:   'actionSendFile')
QObject::connect:  (receiver name: 'unnamed')

However, running from a chat window does produce a file picker.
Comment 1 Olivier Goffart 2003-04-18 20:16:18 UTC
Subject: kopete_0_6_branch: kdenonbeta/kopete/kopete

CVS commit by ogoffart: 

remove the "Send File" action in the metacontact contextmenu since it is not
yet implemented.

I didn't change the HEAD because this has still to be implemented

CCMAIL: 55638@bugs.kde.org


  M +2 -0      kopetemetacontactlvi.cpp   1.90.4.1


--- kdenonbeta/kopete/kopete/kopetemetacontactlvi.cpp  #1.90:1.90.4.1
@@ -214,4 +214,5 @@ void KopeteMetaContactLVI::showContextMe
          * It will use the highest priority protocol to send the file
          */
+#if 0  //Removed in kopete_0_6_branch since it is not yet available
         if(m_metaContact->canAcceptFiles())
         {
@@ -220,4 +221,5 @@ void KopeteMetaContactLVI::showContextMe
                 actionFile->plug( popup );
         }
+#endif
 
         //-- MetaContact actions


Comment 2 Olivier Goffart 2003-04-18 20:56:23 UTC
*** Bug 57237 has been marked as a duplicate of this bug. ***
Comment 3 Olivier Goffart 2003-06-30 19:22:06 UTC
fixed in HEAD