CVS commit by kloecker: Backport of CVS commit by kloecker: Fix bug 73527 (filter-Window is switch in the background when "rename filter"-Dialog appears. (just within Kontact)) M +1 -1 kmfilterdlg.cpp 1.108.6.1 --- kdepim/kmail/kmfilterdlg.cpp #1.108:1.108.6.1 @@ -649,5 +649,5 @@ void KMFilterListBox::slotRename() i18n("Rename filter \"%1\" to:").arg( filter->pattern()->name() ) /*label*/, filter->pattern()->name() /* initial value */, - &okPressed, 0 /* parent */ + &okPressed, topLevelWidget() );