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

List:       kde-bugs-dist
Subject:    [Bug 133744] kdialog --proressbar wasCancelled dcop call always
From:       Juan Luis Baptiste <juan.baptiste () kdemail ! net>
Date:       2006-09-28 1:08:06
Message-ID: 20060928010806.28530.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=133744         




------- Additional Comments From juan.baptiste kdemail net  2006-09-28 03:08 -------
Sorry, the complete patch also includes this (I messed it up when doing the commit):

--- branches/KDE/3.5/kdebase/kdialog/progressdialog.cpp	2005/09/29 13:24:25	465343
+++ branches/KDE/3.5/kdebase/kdialog/progressdialog.cpp	2006/09/28 00:58:45	589357
 @ -85,4 +85,8  @
     slotClose();
 }
 
+void ProgressDialog::ignoreCancel()
+{
+    KProgressDialog::ignoreCancel();
+}
 #include "progressdialog.moc"

--- branches/KDE/3.5/kdebase/kdialog/progressdialogiface.h	2005/07/26 18:54:59	438982
+++ branches/KDE/3.5/kdebase/kdialog/progressdialogiface.h	2006/09/28 00:58:45	589357
 @ -18,6 +18,7  @
     
     virtual void showCancelButton ( bool ) =0;
     virtual bool wasCancelled() const =0;
+    virtual void ignoreCancel() =0;
     
     virtual void setAutoClose( bool ) =0;
     virtual bool autoClose() const =0;    
--- branches/KDE/3.5/kdebase/kdialog/progressdialog.h	2005/09/29 13:24:25	465343
+++ branches/KDE/3.5/kdebase/kdialog/progressdialog.h	2006/09/28 00:58:45	589357
 @ -39,6 +39,7  @
     
       void showCancelButton(bool show);
       bool wasCancelled() const;
+      void ignoreCancel();
 
       void setAutoClose( bool );
       bool autoClose() const;
[prev in list] [next in list] [prev in thread] [next in thread] 

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