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

List:       kde-bugs-dist
Subject:    [Bug 61998] Don't popup flood protection on startup
From:       Andrew Stanley-Jones <asj () cban ! com>
Date:       2003-09-07 4:15:32
[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=61998     
asj@cban.com changed:

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



------- Additional Comments From asj@cban.com  2003-09-07 06:15 -------
Subject: kdenetwork/ksirc

CVS commit by asj: 

Fix bug
CCMAIL: 61998-done@bugs.kde.org


  M +7 -4      ksircprocess.cpp   1.126


--- kdenetwork/ksirc/ksircprocess.cpp  #1.125:1.126
@@ -203,5 +203,5 @@ KSircProcess::KSircProcess( QString &ser
   default_follow_focus = TRUE;
   KSircChannel ci(kss.server(), "!no_channel");
-  new_toplevel(ci);  //
+  new_toplevel(ci, true);  //
   TopList.replace("!default", TopList[ci.channel()]);
 
@@ -334,4 +334,5 @@ void KSircProcess::new_toplevel(const KS
   static bool flood_dlg = FALSE;
 
+  kdDebug() << "New Top level: " << channelInfo.channel() << " safe: " << safe << \
endl;  
   if(running_window == FALSE){ // If we're not fully running, reusing
@@ -351,4 +352,6 @@ void KSircProcess::new_toplevel(const KS
         if(number_open > 4 && flood_dlg == FALSE){
           flood_dlg = TRUE;
+            kdDebug() << "Going to do flood warning: " << channelInfo.channel() << " \
safe: " << safe << endl; +            sleep(10);
           int res = KMessageBox::warningYesNo(0,
                                               i18n("5 Channel windows were opened "


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

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