Bug 55638 - No action behind "send file" when right clicking on contact in contact list then selecting send file
Summary: No action behind "send file" when right clicking on contact in contact list t...
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
: 57237 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-07 09:40 UTC by Jonathan Halcrow
Modified: 2003-06-30 19:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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