Exemplo n.º 1
0
 def __init__(self, name, icon, keywords, content_box, collection_type, noun, pl_noun, target, module):
     self.RemoveString = _("You can remove specific instances in panel edit mode via the context menu.")
     ExtensionSidePage.__init__(self, name, icon, keywords, content_box, collection_type, noun, pl_noun, target, module)
Exemplo n.º 2
0
 def __init__(self, name, icon, keywords, advanced, content_box, collection_type, noun, pl_noun, target):
     self.RemoveString = _("You can remove specific instances from the desktop via that desklet's context menu")
     ExtensionSidePage.__init__(self, name, icon, keywords, advanced, content_box, collection_type, noun, pl_noun, target)
Exemplo n.º 3
0
 def __init__(self, name, icon, keywords, content_box, collection_type, noun, pl_noun, target, module):
     self.RemoveString = ""
     ExtensionSidePage.__init__(self, name, icon, keywords, content_box, collection_type, noun, pl_noun, target, module)
Exemplo n.º 4
0
 def __init__(self, name, icon, keywords, advanced, content_box,
              collection_type, noun, pl_noun, target):
     self.RemoveString = ""
     ExtensionSidePage.__init__(self, name, icon, keywords, advanced,
                                content_box, collection_type, noun, pl_noun,
                                target)
Exemplo n.º 5
0
 def __init__(self, name, icon, keywords, content_box, collection_type, module):
     self.RemoveString = _("You can remove specific instances in panel edit mode via the context menu.")
     ExtensionSidePage.__init__(self, name, icon, keywords, content_box, collection_type, module)
Exemplo n.º 6
0
 def __init__(self, name, icon, keywords, content_box, collection_type,
              module):
     self.RemoveString = ""
     ExtensionSidePage.__init__(self, name, icon, keywords, content_box,
                                collection_type, module)
Exemplo n.º 7
0
 def __init__(self, name, icon, keywords, content_box, collection_type, module):
     self.RemoveString = _("You can remove specific instances from the desktop via that desklet's context menu")
     ExtensionSidePage.__init__(self, name, icon, keywords, content_box, collection_type, module)