@@ -28,16 +28,6 @@
GraphDecorator::GraphDecorator(Display * pDisplay) : Decorator(pDisplay)
{
---- IFStatus.cc.orig 2009-08-02 17:04:09.000000000 +0200
-+++ IFStatus.cc 2009-08-02 17:04:33.000000000 +0200
-@@ -34,6 +34,7 @@
- #include "Information.h"
- #include "GraphDecorator.h"
- #include "BorderDecorator.h"
-+#include <stdlib.h>
-
- IFStatus::IFStatus()
- {
--- Interface.cc.orig 2009-08-02 17:04:17.000000000 +0200
+++ Interface.cc 2009-08-02 17:04:43.000000000 +0200
@@ -24,6 +24,7 @@
@@ -59,3 +49,22 @@
Interfaces::Interfaces()
{
+--- IFStatus.cc.orig 2009-08-09 16:55:49.000000000 +0200
++++ IFStatus.cc 2009-08-09 16:56:53.000000000 +0200
+@@ -34,6 +34,7 @@
+ #include "Information.h"
+ #include "GraphDecorator.h"
+ #include "BorderDecorator.h"
++#include <stdlib.h>
+
+ IFStatus::IFStatus()
+ {
+@@ -234,7 +235,7 @@
+
+ if(!m_cInterfaces.getCount())
+ return;
+-
++ m_cInterfaces.setActive(2);
+ while(bLoop)
+ {
+ tNow = time(NULL);
|