summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kipi-plugins/ipodexport/ipodexportdialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kipi-plugins/ipodexport/ipodexportdialog.cpp b/kipi-plugins/ipodexport/ipodexportdialog.cpp
index 9cd2b78..c5d9581 100644
--- a/kipi-plugins/ipodexport/ipodexportdialog.cpp
+++ b/kipi-plugins/ipodexport/ipodexportdialog.cpp
@@ -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 );