Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--canvas.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/canvas.py b/canvas.py
index 6f14d48..20d4099 100644
--- a/canvas.py
+++ b/canvas.py
@@ -29,6 +29,7 @@ from gettext import gettext as _
from sugar.graphics.icon import CellRendererIcon
from sugar.graphics.xocolor import XoColor
from sugar.graphics import style
+from sugar.graphics.alert import NotifyAlert
BTN_COLOR = gtk.gdk.color_parse("blue")
ITERS = []
@@ -164,6 +165,9 @@ class List(gtk.TreeView):
def down(self):
self.current -= 1
+ def _download(self):
+ pass
+
def stop_search(self, *args):
self.stopped = True