Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ep_page_status.py
diff options
context:
space:
mode:
authorThomas Jourdan <b.vehikel@googlemail.com>2010-03-25 20:03:15 (GMT)
committer Thomas Jourdan <b.vehikel@googlemail.com>2010-03-25 20:03:15 (GMT)
commitcf8ff965909813ff8a3f49c5c3614b3d1610d8fe (patch)
tree2d1e150ce7e7da6f12ba71c31a458d9c8ac5da8f /ep_page_status.py
parent267e69b6ca86aa040921f04a0fecdc1f2de52148 (diff)
Added a simple ancestors view. The ancestors of newly generated will be displayed in as a tree. This is only a temporary solution and should be replaced later.
Diffstat (limited to 'ep_page_status.py')
-rw-r--r--ep_page_status.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ep_page_status.py b/ep_page_status.py
index b66ae39..3d374d1 100644
--- a/ep_page_status.py
+++ b/ep_page_status.py
@@ -21,7 +21,7 @@ import gobject
import ka_status
import ka_debug
-_STATUS_PAGE_NUMBER = 5
+_STATUS_PAGE_NUMBER = 6
class StatusController(object):
"""
@@ -65,6 +65,7 @@ class StatusController(object):
def refresh(self):
"""Replace status text completely."""
+ self._status.scan_os_status()
buf = self._statusview.get_buffer()
buf.delete(buf.get_start_iter(), buf.get_end_iter())
buf.insert(buf.get_end_iter(), self._status.recall())