[Kde-imaging] extragear/libs/kipi-plugins/sendimages
Tom Albers
tomalbers at kde.nl
Wed Jun 28 00:37:31 CEST 2006
SVN commit 555589 by toma:
Fix comment, add a fixme.
Change the default path of thunderbird. I just hope that's the name on more distros.
CCMAIL: kde-imaging at kde.org
M +2 -1 sendimages.cpp
M +1 -1 sendimagesdialog.cpp
--- trunk/extragear/libs/kipi-plugins/sendimages/sendimages.cpp #555588:555589
@@ -327,7 +327,8 @@
void SendImages::invokeMailAgent(void)
{
- // Kmail agent call.
+ // default agent call
+ // FIXME: seems to fail for thunderbird. Fix kdelibs or maybe work around it.
if ( m_sendImagesDialog->m_mailAgentName->currentText() == "Default" )
{
--- trunk/extragear/libs/kipi-plugins/sendimages/sendimagesdialog.cpp #555588:555589
@@ -193,7 +193,7 @@
if (t == "Kmail") t = "Default";
m_mailAgentName->setCurrentText(t);
- m_ThunderbirdBinPath->setURL( m_config->readEntry("ThunderbirdBinPath", "/usr/bin/thunderbird"));
+ m_ThunderbirdBinPath->setURL( m_config->readEntry("ThunderbirdBinPath", "/usr/bin/mozilla-thunderbird"));
if (m_config->readEntry("ImagesChangeProp", "true") == "true")
m_changeImagesProp->setChecked( true );
More information about the Kde-imaging
mailing list