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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/generic/dataengines/akonadi
From:       Artur Duque de Souza <asouza () kde ! org>
Date:       2009-11-01 3:17:52
Message-ID: 1257045472.991615.4703.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1043203 by asouza:

Use a different source name for microblog collections, otherwise
it's going to be hell in order to make a difference between folders
of microblogs and the microblogs itself when using this data engine
inside plasmoids.


 M  +1 -2      akonadiengine.cpp  


--- trunk/KDE/kdebase/workspace/plasma/generic/dataengines/akonadi/akonadiengine.cpp \
#1043202:1043203 @@ -154,7 +154,7 @@
             if (collection.contentMimeTypes().contains("application/x-vnd.kde.microblog")) \
                {
                 kDebug() << "Microblog setting data:" << collection.name() << \
collection.url() << collection.contentMimeTypes();  i++;
-                setData("MicroBlogs", QString("MicroBlog-%1").arg(collection.id()), \
collection.name()); +                setData("MicroblogCollection", \
QString("MicroBlog-%1").arg(collection.id()), collection.name());  }
         }
         kDebug() << i << "MicroBlog collections are in now";
@@ -242,7 +242,6 @@
         connect( fetch, SIGNAL(result(KJob*)), SLOT(fetchMicroBlogDone(KJob*)) );
         setData(name, DataEngine::Data());
         return true;
-
     }
     // We don't understand the request.
     kDebug() << "Don't know what to do with:" << name;


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

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