[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/kdepim/enterprise/kdepim/kmail
From:       Allen Winter <winter () kde ! org>
Date:       2010-10-07 19:47:59
Message-ID: 20101007194759.EEFFAAC894 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1183565 by winterz:

give the "Open With" dialog a parent so it can't get lost behind its ancestor windows
probably fixes kolab/issue3374 but I'm waiting on more info to be sure.

MERGE: 4.4,4.5.trunk




 M  +1 -1      editorwatcher.cpp  


--- branches/kdepim/enterprise/kdepim/kmail/editorwatcher.cpp #1183564:1183565
@@ -89,7 +89,7 @@
   list.append( mUrl );
   KService::Ptr offer = KServiceTypeProfile::preferredService( mMimeType, "Application" );
   if ( mOpenWith || !offer ) {
-    KOpenWithDlg dlg( list, i18n("Edit with:"), QString::null, 0 );
+    KOpenWithDlg dlg( list, i18n("Edit with:"), QString::null, mParentWidget );
     if ( !dlg.exec() )
       return false;
     offer = dlg.service();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic