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

List:       kde-bugs-dist
Subject:    [Bug 76412] Completing dialog action does not return to the
From:       David Faure <faure () kde ! org>
Date:       2004-03-15 11:35:36
Message-ID: 20040315113536.7068.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
      
http://bugs.kde.org/show_bug.cgi?id=76412      




------- Additional Comments From faure kde org  2004-03-15 12:35 -------
CVS commit by faure: 

Give parent widget to "configure shortcuts" and "configure toolbars" in all KOffice applications.
Although kwin got improved since #76412, this still improves the behavior when having
two mainwindows (modal dialogs without parent stay on top of all windows, whereas
modal dialogs with a proper parent only stay on top of the correct window).
CCMAIL: 76412 bugs kde org


  M +6 -6      koMainWindow.cc   1.324


--- koffice/lib/kofficecore/koMainWindow.cc  #1.323:1.324
 @ -1223,5 +1223,5  @ void KoMainWindow::slotConfigureKeys()
         return;
 
-    KKeyDialog dlg;
+    KKeyDialog dlg( this );
     dlg.insert( actionCollection() );
     dlg.insert( view->actionCollection() );
 @ -1235,5 +1235,5  @ void KoMainWindow::slotConfigureToolbars
     if (rootDocument())
         saveMainWindowSettings( KGlobal::config(), rootDocument()->instance()->instanceName() );
-    KEditToolbar edit(factory());
+    KEditToolbar edit(factory(), this);
     connect(&edit,SIGNAL(newToolbarConfig()),this,SLOT(slotNewToolbarConfig()));
     (void) edit.exec();
[prev in list] [next in list] [prev in thread] [next in thread] 

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