[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/kipi-plugins/fbexport
From:       Luka Renko <lure () kubuntu ! org>
Date:       2009-01-03 16:28:10
Message-ID: 1231000090.027343.18432.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 905050 by lure:

Minor cleanup + copyright update


 M  +2 -4      TODO  
 M  +1 -1      fbtalker.cpp  
 M  +2 -2      fbwindow.cpp  


--- trunk/extragear/graphics/kipi-plugins/fbexport/TODO #905049:905050
@@ -1,7 +1,5 @@
 Facebook export plugin
 ----------------------------------------------------------------------------
-Short term:
-- 
-
 Long term:
-- virtual albums in digikam?
+- download album?
+- virtual albums in digikam (show facebook albums in you favourite photo app)?
--- trunk/extragear/graphics/kipi-plugins/fbexport/fbtalker.cpp #905049:905050
@@ -506,7 +506,7 @@
     args["call_id"]     = QString::number(m_callID.elapsed());
     args["session_key"] = m_sessionKey;
     args["name"]        = KUrl(imgPath).fileName();
-    if (albumID != -1)
+    if (albumID > 0)
         args["aid"]     = QString::number(albumID);
     if (!caption.isEmpty())
         args["caption"] = caption;
--- trunk/extragear/graphics/kipi-plugins/fbexport/fbwindow.cpp #905049:905050
@@ -118,7 +118,7 @@
                             "Facebook web service."),
                       ki18n("(c) 2005-2008, Vardhman Jain\n"
                             "(c) 2008, Gilles Caulier\n"
-                            "(c) 2008, Luka Renko"));
+                            "(c) 2008-2009, Luka Renko"));
 
     m_about->addAuthor(ki18n("Luka Renko"), ki18n("Author and maintainer"),
                        "lure at kubuntu dot org");
@@ -300,7 +300,7 @@
     }
 
     m_widget->m_albumsCoB->clear();
-    m_widget->m_albumsCoB->addItem(i18n("<none>"), -1);
+    m_widget->m_albumsCoB->addItem(i18n("<none>"), 0);
     for (int i = 0; i < albumsList.size(); ++i)
     {
         m_widget->m_albumsCoB->addItem(
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic