[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Wed Mar 29 13:01:05 UTC 2006
SVN commit 524162 by okellogg:
compile
M +2 -2 main.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/main.cpp #524161:524162
@@ -53,12 +53,12 @@
KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication app;
- if( app.isRestored() ) {
+ if( app.isSessionRestored() ) {
RESTORE( UMLApp );
} else {
KStartupLogo* start_logo = 0L;
UMLApp *uml = new UMLApp();
- KConfig * cfg = app.config();
+ KConfig * cfg = app.sessionConfig();
//see if we want a logo shown
cfg -> setGroup( "General Options" );
bool showLogo = cfg -> readBoolEntry( "logo", true );
More information about the umbrello-devel
mailing list