Prevent tdeinit_phase1 from registering with DCOP

This resolves Bug 956
pull/2/head
Timothy Pearson 12 years ago
parent 451648d554
commit 1085164f7f

@ -50,9 +50,10 @@ int main(int argc, char **argv)
about.addAuthor( "Timothy Pearson", 0, "kb9vqf@pearsoncomputing.net" );
KCmdLineArgs::init(argc, argv, &about);
KCmdLineArgs::addCmdLineOptions( options );
KApplication::disableAutoDcopRegistration();
KApplication app;
KConfig config("twinrc", true);
config.setGroup( "ThirdPartyWM" );
TQString wmToLaunch = config.readEntry("WMExecutable", "");

Loading…
Cancel
Save