Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/view/home/launchbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/home/launchbox.py')
-rw-r--r--src/view/home/launchbox.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/view/home/launchbox.py b/src/view/home/launchbox.py
index addda39..c9e0ffc 100644
--- a/src/view/home/launchbox.py
+++ b/src/view/home/launchbox.py
@@ -24,3 +24,8 @@ class LaunchBox(hippo.CanvasBox):
gobject.GObject.__init__(
self, background_color=style.COLOR_WHITE.get_int())
+ def suspend(self):
+ pass
+
+ def resume(self):
+ pass