From 394001c2e7c8585b7152e8f5888e340a0c7a1bbc Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 09 Dec 2009 02:58:20 +0000 Subject: Integration with Sugar : Exposing set_current_act on Service Correcting two interface mismatches (install error on translator, subscribe error on creator) Changing MessageButtonNext to ButtonNext --- (limited to 'addons') diff --git a/addons/messagebuttonnext.py b/addons/messagebuttonnext.py index 40e55c2..37d86b4 100644 --- a/addons/messagebuttonnext.py +++ b/addons/messagebuttonnext.py @@ -29,7 +29,7 @@ class MessageButtonNext(EventFilter): MessageButtonNext """ # set message - message = TStringProperty("Message") + message = TStringProperty("Click next to continue") # create the position as an array of fixed-size 2 position = TArrayProperty((0,0), 2, 2) @@ -95,7 +95,7 @@ __event__ = { "display_name" : "Message button next", "icon" : "message-bubble", "class" : MessageButtonNext, - "mandatory_props" : ["message"] + "mandatory_props" : [] } class MsgNext(gtk.EventBox): -- cgit v0.9.1