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

List:       kde-commits
Subject:    kdenonbeta/icecream/icecream/daemon
From:       Stephan Kulow <coolo () kde ! org>
Date:       2004-09-01 15:54:33
Message-ID: 20040901155433.A9B1A90B5 () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

--enable-final rules the world


  M +3 -3      environment.cpp   1.23


--- kdenonbeta/icecream/icecream/daemon/environment.cpp  #1.22:1.23
@@ -33,5 +33,5 @@
 using namespace std;
 
-extern bool maybe_stats(bool forced = false);
+extern bool maybe_stats(bool forced);
 
 #if 0
@@ -283,5 +283,5 @@ bool install_environment( const std::str
                 break;
             }
-            maybe_stats();
+            maybe_stats(false);
             trace() << "got env share: " << fmsg->len << endl;
             int ret = fwrite( fmsg->buffer, fmsg->len, 1, fpipe );
@@ -293,5 +293,5 @@ bool install_environment( const std::str
         } while ( true );
 
-        maybe_stats();
+        maybe_stats(false);
 
         delete msg;


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

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