psa: fix typo
[feedingit] / src / FeedingIt
index 4bccc94..93abe74 100644 (file)
@@ -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