Make developer console work again.
This commit is contained in:
parent
c1fa54c0c0
commit
61a080a693
1
NEWS
1
NEWS
@ -1,3 +1,4 @@
|
|||||||
|
* Make developer console work again. (marco)
|
||||||
* #2020 Use the new activity-stop icon. (marco)
|
* #2020 Use the new activity-stop icon. (marco)
|
||||||
* #2002 Tooltips for the zoom levels. (marco)
|
* #2002 Tooltips for the zoom levels. (marco)
|
||||||
* #2018 Rename Save to Keep. (marco)
|
* #2018 Rename Save to Keep. (marco)
|
||||||
|
@ -23,7 +23,6 @@ import string
|
|||||||
|
|
||||||
from cpu import XO_CPU
|
from cpu import XO_CPU
|
||||||
from system import XO_System
|
from system import XO_System
|
||||||
from battery import XO_Battery
|
|
||||||
from nandflash import XO_NandFlash
|
from nandflash import XO_NandFlash
|
||||||
|
|
||||||
class Interface:
|
class Interface:
|
||||||
@ -52,7 +51,6 @@ class Interface:
|
|||||||
gobject.timeout_add(5000, self._update_components)
|
gobject.timeout_add(5000, self._update_components)
|
||||||
|
|
||||||
def _update_components(self):
|
def _update_components(self):
|
||||||
self._xo_battery.update_status()
|
|
||||||
self._xo_nandflash.update_status()
|
self._xo_nandflash.update_status()
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user