[ubuntu] Support openin on the feeds list

This commit is contained in:
Alberto Mardegan 2014-12-29 15:32:47 +01:00
parent 475396499a
commit c8a29fb608

View file

@ -223,7 +223,7 @@ Item {
//Now show the categories View
if (settings.useAllFeedsOnStartup) {
var ttrss = rootWindow.getTTRSS()
pageStack.push("Feeds.qml", {
pageStack.push(Qt.resolvedUrl("Feeds.qml"), {
category: {
categoryId: ttrss.constants['categories']['ALL'],
title: constant.allFeeds,