https://bugs.kde.org/show_bug.cgi?id=386701

--- Comment #1 from Kevin Kofler <[email protected]> ---
By the way, it took me quite some time to find the correct spot to insert the
workaround. There is exactly one spot in main() where it can happen, between:
  KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
and:
  MainWindow *mainWindow = new MainWindow;

Do it too early and it won't work because KAboutData was not converted yet. Do
it too late and it won't work because KMainWindow is already initialized.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to