release 0.6.7 (see the debian changelog for a proper list of changes)
[fapman] / main.cpp
index 766c0d6..0626c37 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -51,12 +51,7 @@ int main(int argc, char *argv[])
        }
 
        MainWindow w;
-
-#if defined(Q_WS_S60)
-    w.showMaximized();
-#else
     w.show();
-#endif
 
        uid_t userUID = getuid();
        if( userUID != 0 ) {