X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2FFeedingIt;h=93abe7428f98c4f2caa7dc5babff71e6d484e4c4;hb=a25bd01c676318bb3c0e4b54dd8181b41d6a7f2a;hp=4bccc947e7288691c2a44b3fd3a0309605e2f143;hpb=c84a76ab00af20f3ba22219ac54e9ebb6eccb3e1;p=feedingit diff --git a/src/FeedingIt b/src/FeedingIt index 4bccc94..93abe74 100644 --- a/src/FeedingIt +++ b/src/FeedingIt @@ -24,7 +24,7 @@ status) dbus) cd /opt/FeedingIt #cp feedingit_status.desktop /usr/share/applications/hildon-status-menu/ - nice python2.5 update_feeds.py + nice python2.5 update_feeds.py --daemon ;; noqml) start_gtk @@ -33,11 +33,6 @@ qml) start_qml ;; *) - if [ -f /home/user/.feedingit/noqml ] - then - start_gtk - else - start_qml - fi + start_gtk ;; -esac \ No newline at end of file +esac