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

List:       kde-commits
Subject:    KDE/kdebase/workspace/ksysguard/ksysguardd/Linux
From:       Sebastien Martel <sebastiendevel () gmail ! com>
Date:       2009-07-31 21:22:45
Message-ID: 1249075365.490512.25842.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1005362 by smartel:

fix that the log files were read but not registered so we didn't receive anything from them

 M  +1 -0      logfile.c  


--- trunk/KDE/kdebase/workspace/ksysguard/ksysguardd/Linux/logfile.c #1005361:1005362
@@ -59,6 +59,7 @@
     if ( ( fp = fopen( entry->path, "r" ) ) != NULL ) {
       snprintf( monitor, 1024, "logfiles/%s", entry->name );
       registerMonitor( monitor, "logfile", printLogFile, printLogFileInfo, sm );
+      registerLogFile(entry->name);
       fclose( fp );
     }
   }
[prev in list] [next in list] [prev in thread] [next in thread] 

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