Skip to content
Snippets Groups Projects
Commit bbdeaa87 authored by nkour's avatar nkour
Browse files

fix but cut paste

parent 7cd9b7ca
No related branches found
No related tags found
No related merge requests found
......@@ -594,7 +594,7 @@ def get_state_image_from_file_path_show(file_path, show):
return image
def get_possible_button_event(self, event):
def get_possible_button_event(event):
'''mouse or keyboard caused the event?'''
if event.type == gtk.gdk.KEY_PRESS:
event_button = 0 # no event.button so pass 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment