[Kde-imaging] extragear/libs/kipi-plugins/flickrexport
Tom Albers
tomalbers at kde.nl
Tue Jul 18 20:23:03 CEST 2006
fyi, we are breaking BC here, so there is no need for this....
Toma
Op dinsdag 18 juli 2006 20:05, schreef Vardhman Jain:
> SVN commit 563874 by jaiva:
>
> Removed the check for HostSupportsTags feature to be compatible with old
> libkipi and digikam
>
>
> M +3 -3 flickrwindow.cpp
>
>
> --- trunk/extragear/libs/kipi-plugins/flickrexport/flickrwindow.cpp
> #563873:563874 @@ -121,8 +121,8 @@
>
> //m_newAlbumBtn->setEnabled( false );
> m_addPhotoBtn->setEnabled( false );
> - if(!m_interface->hasFeature(KIPI::HostSupportsTags))
> - m_exportApplicationTags->setEnabled(false);
> + //if(!m_interface->hasFeature(KIPI::HostSupportsTags))
> + // m_exportApplicationTags->setEnabled(false);
>
> m_talker = new FlickrTalker( this );
> connect( m_talker, SIGNAL( signalError( const QString& ) ),m_talker,
> @@ -408,7 +408,7 @@
> QMap <QString, QVariant> attribs=info.attributes();
> QStringList tagsFromDatabase;
>
> - if(m_interface->hasFeature(KIPI::HostSupportsTags) &&
> m_exportApplicationTags->isChecked()){
> + if(/*m_interface->hasFeature(KIPI::HostSupportsTags) && */
> m_exportApplicationTags->isChecked()){
> tagsFromDatabase=attribs["tags"].asStringList();
> }
More information about the Kde-imaging
mailing list