camino-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Camino-devel] camino/src main.cpp


From: Philippe Fremy
Subject: [Camino-devel] camino/src main.cpp
Date: Sun, 26 Jan 2003 11:49:23 -0500

CVSROOT:        /cvsroot/camino
Module name:    camino
Changes by:     Philippe Fremy <address@hidden> 03/01/26 11:49:22

Modified files:
        src            : main.cpp 

Log message:
        fix indentation and do not show maximised

Patches:
Index: camino/src/main.cpp
diff -u camino/src/main.cpp:1.2 camino/src/main.cpp:1.3
--- camino/src/main.cpp:1.2     Sat Jan 25 16:49:18 2003
+++ camino/src/main.cpp Sun Jan 26 11:49:22 2003
@@ -2,7 +2,7 @@
 **
 ** Camino
 **
-** Version : $Id: main.cpp,v 1.2 2003/01/25 21:49:18 Audoux Exp $
+** Version : $Id: main.cpp,v 1.3 2003/01/26 16:49:22 pfremy Exp $
 **
 ** Author(s) : Philippe Fremy, Pascal Audoux
 ** Creation : 14/01/2003
@@ -36,9 +36,9 @@
        QApplication app( argc, argv );
 
        ClientInterface game;
-       game.showMaximized();
+       //game.showMaximized();
        app.setMainWidget( &game );
-        game.show();
+       game.show();
 
        return app.exec();
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]