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

List:       kde-bugs-dist
Subject:    [Bug 115723] --title does not work in at least one case
From:       "Kurt V.Hindenburg" <kurt.hindenburg () kdemail ! net>
Date:       2006-04-27 5:35:04
Message-ID: 20060427053504.24118.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=115723         
kurt.hindenburg kdemail net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From kurt.hindenburg kdemail net  2006-04-27 07:35 -------
SVN commit 534438 by hindenburg:

Fix such that --title works.

BUG: 115723


 M  +3 -3      widgets.cpp  


--- branches/KDE/3.5/kdebase/kdialog/widgets.cpp #534437:534438
 @ -176,8 +176,8  @
 {
   KListBoxDialog box(text,parent);
 
+  kapp->setTopWidget( &box );
   box.setCaption(title);
-  kapp->setTopWidget( &box );
 
   for (unsigned int i = 0; i+1<args.count(); i += 2) {
     box.insertItem(args[i+1]);
 @ -204,8 +204,8  @
 
   QListBox &table = box.getTable();
 
+  kapp->setTopWidget( &box );
   box.setCaption(title);
-  kapp->setTopWidget( &box );
 
   for (unsigned int i=0; i+2<args.count(); i += 3) {
     tags.append(args[i]);
 @ -248,8 +248,8  @
 
   QListBox &table = box.getTable();
 
+  kapp->setTopWidget( &box );
   box.setCaption(title);
-  kapp->setTopWidget( &box );
 
   for (unsigned int i=0; i+2<args.count(); i += 3) {
     tags.append(args[i]);
[prev in list] [next in list] [prev in thread] [next in thread] 

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