Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/button.py
diff options
context:
space:
mode:
Diffstat (limited to 'button.py')
-rw-r--r--button.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/button.py b/button.py
index 14b9700..2b0e85c 100644
--- a/button.py
+++ b/button.py
@@ -62,12 +62,12 @@ class RecdButton(TrayButton, gobject.GObject):
return img
- def setButtClickedId( self, id ):
- self.BUTT_CLICKED_ID = id
+ def setButtonClickedId( self, id ):
+ self.BUTTON_CLICKED_ID = id
- def getButtClickedId( self ):
- return self.BUTT_CLICKED_ID
+ def getButtonClickedId( self ):
+ return self.BUTTON_CLICKED_ID
def setup_rollover_options( self, info ):
@@ -105,4 +105,4 @@ class RecdButton(TrayButton, gobject.GObject):
def _itemCopyToClipboardCb(self, widget):
- self.ui.copyToClipboard( self.recd ) \ No newline at end of file
+ self.ui.copyToClipboard( self.recd )