From 260a1fe57e04891e5a5a0d64f69000a9c256bb06 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 14 Nov 2011 14:38:53 +0000 Subject: add plugin support for clear --- (limited to 'plugins') diff --git a/plugins/plugin.py b/plugins/plugin.py index 3065129..e06cf31 100644 --- a/plugins/plugin.py +++ b/plugins/plugin.py @@ -35,6 +35,10 @@ class Plugin(gobject.GObject): """ stop is called when stop button is pressed. """ pass + def clear(self): + """ clear is called when erase button is pressed and from the clean block. """ + pass + def goto_background(self): """ goto_background is called when the activity is sent to the background. """ -- cgit v0.9.1