Skip to content

Commit

Permalink
fix rigth click in button
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboelnuevo committed Sep 25, 2014
1 parent ea76ffe commit ea3ab2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mylaunchpad
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ class AppStore:
button.set_size_request(ICON_SIZE+BUTTON_PADDING, ICON_SIZE+BUTTON_PADDING)
button.show()
box.pack_start(button, False, False, BUTTON_PADDING)
button.connect("button-press-event", self.click_button, item)
button.connect("button-release-event", self.click_button, item)
button.connect("focus-in-event", self.in_focus)
button.connect("focus-out-event", self.out_focus)
labelString = item['label']
Expand Down

0 comments on commit ea3ab2c

Please sign in to comment.