src/main.cpp

changeset 271
d5ec224c1879
parent 261
c4ad4e3c6839
child 286
7a562bf3d829
--- a/src/main.cpp	Sat Jun 01 22:42:52 2013 +0300
+++ b/src/main.cpp	Mon Jun 10 15:15:23 2013 +0300
@@ -41,6 +41,8 @@
 // =============================================================================
 int main (int argc, char* argv[]) {
 	const QApplication app (argc, argv);
+	g_app = &app;
+	g_curfile = NULL;
 	
 	// Load or create the configuration
 	if (!config::load ()) {
@@ -57,9 +59,6 @@
 	initPartList ();
 	
 	ForgeWindow* win = new ForgeWindow;
-	
-	g_app = &app;
-	
 	newFile ();
 	
 	win->show ();

mercurial