Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py13
1 files changed, 4 insertions, 9 deletions
diff --git a/activity.py b/activity.py
index 879bccf..4d8a8ba 100644
--- a/activity.py
+++ b/activity.py
@@ -129,21 +129,17 @@ class HelloWorldActivity(activity.Activity):
toolbar_box.toolbar.insert(separator, -1)
separator.show()
- #play_image = gtk.image_new_from_stock(gtk.STOCK_MEDIA_PLAY,
- # gtk.ICON_SIZE_BUTTON)
- #play_image.show()
-
+ """ Disabled
start_button = ToolButton('go-home')
- #start_button.set_icon_widget(play_image)
- start_button.show()
- start_button.connect('clicked', self.__start_button_cb)
-
toolbar_box.toolbar.insert(start_button, -1)
+ start_button.connect('clicked', self.__start_button_cb)
+ start_button.show()
debug_button = ToolButton("activity-debug")
toolbar_box.toolbar.insert(debug_button, -1)
debug_button.connect('clicked', self.__debug_button_cb)
debug_button.show()
+ """
stop_button = StopButton(self)
toolbar_box.toolbar.insert(stop_button, -1)
@@ -208,7 +204,6 @@ class HelloWorldActivity(activity.Activity):
if self._shared_activity:
self.share_server()
-
def share_server(self):
# Make a tube for it
chan = self._shared_activity.telepathy_tubes_chan