[Kde-imaging] kdeextragear-libs-1/kipi-plugins/sendimages

Gilles Caulier caulier.gilles at free.fr
Tue Oct 19 14:49:31 CEST 2004


CVS commit by cgilles: 

SendImages kipi-plugin : fixed bug #91596
CCMAIL: kde-imaging at kde.org, digikam-devel at lists.sourceforge.net


  M +11 -7     sendimagesdialog.cpp   1.32


--- kdeextragear-libs-1/kipi-plugins/sendimages/sendimagesdialog.cpp  #1.31:1.32
@@ -575,4 +575,5 @@ void SendImagesDialog::slotMailAgentChan
 void SendImagesDialog::slotThunderbirdBinPathChanged(const QString &url )
 {
+    if ( m_mailAgentName->currentText() == "Thunderbird" )
     enableButtonOK( !url.isEmpty());
 }
@@ -677,4 +678,6 @@ void SendImagesDialog::slotOk()
        }
 
+    if ( m_mailAgentName->currentText() == "Thunderbird" )
+       {
     QFile fileThunderbird(m_ThunderbirdBinPath->url());
 
@@ -684,4 +687,5 @@ void SendImagesDialog::slotOk()
        return;
        }
+       }
        
     writeSettings();




More information about the Kde-imaging mailing list