Esempio 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)
Esempio 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)
Esempio 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)
Esempio 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)
Esempio 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)
Esempio 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)
Esempio 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)