summaryrefslogtreecommitdiffstats
path: root/opensuse/core/tdebase/ksysguard-slp-ratelimit.diff
diff options
context:
space:
mode:
authorPawel "l0ner" Soltys <pwslts@gmail.com>2012-02-02 14:23:19 +0100
committerPawel "l0ner" Soltys <pwslts@gmail.com>2012-02-02 14:23:19 +0100
commited2b6731ab373ac335fde87af177351facbd2f15 (patch)
tree81cc3d45c8c30aceadb4f597be819dc2863a3a3a /opensuse/core/tdebase/ksysguard-slp-ratelimit.diff
parent021036598a306d8cf7204d6d62ff090278f7ecf1 (diff)
parent5f93960dbb108c2c6d09964d1ee0d2e390b1498c (diff)
downloadtde-packaging-ed2b6731ab373ac335fde87af177351facbd2f15.tar.gz
tde-packaging-ed2b6731ab373ac335fde87af177351facbd2f15.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'opensuse/core/tdebase/ksysguard-slp-ratelimit.diff')
-rw-r--r--opensuse/core/tdebase/ksysguard-slp-ratelimit.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/opensuse/core/tdebase/ksysguard-slp-ratelimit.diff b/opensuse/core/tdebase/ksysguard-slp-ratelimit.diff
new file mode 100644
index 000000000..7859ed096
--- /dev/null
+++ b/opensuse/core/tdebase/ksysguard-slp-ratelimit.diff
@@ -0,0 +1,15 @@
+--- ksysguard/gui/ksysguard.cc
++++ ksysguard/gui/ksysguard.cc
+@@ -407,7 +407,11 @@
+ }
+
+ #if HAVE_SLP
+- rescanSLP();
++ static int rate;
++ if (++rate > 100) {
++ rate = 0;
++ rescanSLP();
++ }
+ #endif
+ }
+