[qet] [3389] Removed new empty project at start |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3389
Author: scorpio810
Date: 2014-10-21 15:57:28 +0200 (Tue, 21 Oct 2014)
Log Message:
-----------
Removed new empty project at start
Modified Paths:
--------------
trunk/sources/qetdiagrameditor.cpp
Modified: trunk/sources/qetdiagrameditor.cpp
===================================================================
--- trunk/sources/qetdiagrameditor.cpp 2014-10-20 23:06:32 UTC (rev 3388)
+++ trunk/sources/qetdiagrameditor.cpp 2014-10-21 13:57:28 UTC (rev 3389)
@@ -152,7 +152,7 @@
}
// si aucun schema n'a ete ouvert jusqu'a maintenant, on ouvre un nouveau schema
- if (!opened_projects) newProject();
+ //if (!opened_projects) newProject();
}
/**