Make developer console work again.

This commit is contained in:
Marco Pesenti Gritti 2007-07-10 19:17:02 +02:00
parent c1fa54c0c0
commit 61a080a693
2 changed files with 1 additions and 2 deletions

1
NEWS
View File

@ -1,3 +1,4 @@
* Make developer console work again. (marco)
* #2020 Use the new activity-stop icon. (marco)
* #2002 Tooltips for the zoom levels. (marco)
* #2018 Rename Save to Keep. (marco)

View File

@ -23,7 +23,6 @@ import string
from cpu import XO_CPU
from system import XO_System
from battery import XO_Battery
from nandflash import XO_NandFlash
class Interface:
@ -52,7 +51,6 @@ class Interface:
gobject.timeout_add(5000, self._update_components)
def _update_components(self):
self._xo_battery.update_status()
self._xo_nandflash.update_status()
return True