[Uml-devel] kdesdk/umbrello/umbrello
Sebastian Stein
seb.kde at hpfsc.de
Tue Jul 13 07:37:02 UTC 2004
CVS commit by sstein:
a very minor leak fix
M +1 -1 main.cpp 1.20
--- kdesdk/umbrello/umbrello/main.cpp #1.19:1.20
@@ -54,5 +54,5 @@ int main(int argc, char *argv[]) {
bool showLogo = cfg -> readBoolEntry( "logo", true );
if (showLogo) {
- start_logo = new KStartupLogo();
+ start_logo = new KStartupLogo(uml);
start_logo->setHideEnabled(true);
start_logo->show();
More information about the umbrello-devel
mailing list