Make the gtk frontend, the default frontend.
authorNeal H. Walfield <neal@walfield.org>
Sun, 31 Jul 2011 08:41:38 +0000 (10:41 +0200)
committerNeal H. Walfield <neal@walfield.org>
Sun, 31 Jul 2011 19:58:35 +0000 (21:58 +0200)
src/FeedingIt

index 4bccc94..ea85e33 100644 (file)
@@ -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