X-Git-Url: http://git.maemo.org/git/?p=quicknewsreader;a=blobdiff_plain;f=qml%2FQuickNewsReader%2Fcontent%2Fmodelimpl%2FFavoriteRssFeeds.qml;h=987f8e659a0e73f42733de29524a53d43114cda6;hp=285fd19f9f3f4ffd9cc5998394e5cf6f0f0b103a;hb=HEAD;hpb=7a270946fd156c946629042d882324f7a62a41bd diff --git a/qml/QuickNewsReader/content/modelimpl/FavoriteRssFeeds.qml b/qml/QuickNewsReader/content/modelimpl/FavoriteRssFeeds.qml index 285fd19..987f8e6 100644 --- a/qml/QuickNewsReader/content/modelimpl/FavoriteRssFeeds.qml +++ b/qml/QuickNewsReader/content/modelimpl/FavoriteRssFeeds.qml @@ -24,5 +24,5 @@ ListModel { property int sourceDepth: 1 ListElement { name: "xkcd"; feed: "xkcd.com/rss.xml" } -// ListElement { name: "Journal du Geek"; feed: "www.journaldugeek.com/rss.php" } + ListElement { name: "Journal du Geek"; feed: "www.journaldugeek.com/rss.php" } }