From kde-commits Sun Feb 01 16:20:16 2004 From: =?utf-8?q?Ingo=20Kl=C3=B6cker?= Date: Sun, 01 Feb 2004 16:20:16 +0000 To: kde-commits Subject: KDE_3_2_BRANCH: kdepim/kmail Message-Id: <20040201162016.9A79C990D () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107565242229265 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() );