Bug 143529 - popup displays hardcoded kmail icon, instead the user's mua's one gets looked up
Summary: popup displays hardcoded kmail icon, instead the user's mua's one gets looked up
Status: RESOLVED FIXED
Alias: None
Product: kontact
Classification: Applications
Component: special dates (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-28 01:23 UTC by Carsten Lohrke
Modified: 2010-01-04 14:13 UTC (History)
3 users (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 Carsten Lohrke 2007-03-28 01:23:01 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Gentoo Packages

In the popupmenu the KMail icon is displayed, while via mailContact -> kapp.invokeMailer a distinct application might be called.

sdsummarywidget.cpp-575-void SDSummaryWidget::popupMenu( const QString &uid )
sdsummarywidget.cpp-576-{
sdsummarywidget.cpp-577-  KPopupMenu popup( this );
sdsummarywidget.cpp:578:  popup.insertItem( KGlobal::iconLoader()->loadIcon( "kmail", KIcon::Small ),
sdsummarywidget.cpp-579-                    i18n( "Send &Mail" ), 0 );
sdsummarywidget.cpp-580-  popup.insertItem( KGlobal::iconLoader()->loadIcon( "kaddressbook", KIcon::Small ),
sdsummarywidget.cpp-581-                    i18n( "View &Contact" ), 1 );
sdsummarywidget.cpp-582-
sdsummarywidget.cpp-583-  switch ( popup.exec( QCursor::pos() ) ) {
sdsummarywidget.cpp-584-    case 0:
sdsummarywidget.cpp-585-      mailContact( uid );
sdsummarywidget.cpp-586-      break;
sdsummarywidget.cpp-587-    case 1:
sdsummarywidget.cpp-588-      viewContact( uid );
Comment 1 Björn Ruberg 2010-01-04 00:37:15 UTC
Ahm, sorry. What's exactly is the problem?
Comment 2 Erik Quaeghebeur 2010-01-04 10:44:47 UTC
See http://bugs.gentoo.org/show_bug.cgi?id=136810
It was about a dependency on kmail just because of the kmail icon.
I don't know if it is still an issue in 4.x
Comment 3 Allen Winter 2010-01-04 14:13:19 UTC
I fixed this a long time ago in the KDE 4 series.
We now use a general "mail-new-message" icon.