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

List:       kwrite-devel
Subject:    [Bug 148224] crash in save session (on the exit question)
From:       Dominik Haumann <dhdev () gmx ! de>
Date:       2007-07-30 21:31:07
Message-ID: 20070730213107.27504.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=148224         
dhdev gmx de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE



------- Additional Comments From dhdev gmx de  2007-07-30 23:31 -------
duplicate of bug #147195, it was fixed by the following commit (try distribution \
online updates or KDE 3.5.8 once it is released):

 --- branches/KDE/3.5/kdebase/kate/app/katesession.cpp #676114:676115 
   @ -381,13 +381,13  @ 
     
       if (sesExit == "ask") 
       { 
  -      KDialogBase dlg( i18n ("Save Session?") 
  +      KDialogBase* dlg = new KDialogBase(i18n ("Save Session?") 
                        , KDialogBase::Yes | KDialogBase::No 
                        , KDialogBase::Yes, KDialogBase::No 
                        ); 
     
         bool dontAgain = false; 
  -      int res = KMessageBox::createKMessageBox(&dlg, QMessageBox::Question, 
  +      int res = KMessageBox::createKMessageBox(dlg, QMessageBox::Question, 
                                 i18n("Save current session?"), QStringList(), 
                                 i18n("Do not ask again"), &dontAgain, \
KMessageBox::Notify); 

*** This bug has been marked as a duplicate of 147195 ***
_______________________________________________
KWrite-Devel mailing list
KWrite-Devel@kde.org
https://mail.kde.org/mailman/listinfo/kwrite-devel


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

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