Repair FTBFS in iPod export plugin

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/kipi-plugins@1077355 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 15 years ago
parent 6c207061c7
commit a65baa328f

@ -344,13 +344,13 @@ UploadDialog::ipodItemSelected( QListViewItem *item )
return;
Itdb_Artwork *artwork = item->artwork();
Itdb_Thumb *thumb = itdb_artwork_get_thumb_by_type( artwork, ITDB_THUMB_PHOTO_SMALL );
// Itdb_Thumb *thumb = itdb_artwork_get_thumb_by_type( artwork, ITDB_THUMB_PHOTO_SMALL );
if( !thumb )
{
// if( !thumb )
// {
debug() << "no thumb was found" << endl;
return;
}
// }
#undef item
// GdkPixbuf *buf = itdb_thumb_get_gdk_pixbuf( m_itdb->device, thumb );

Loading…
Cancel
Save