remove an identation

This commit is contained in:
Nikos Kouremenos 2005-06-12 22:19:56 +00:00
parent 35adf028d4
commit 2b417b3139

View file

@ -785,7 +785,6 @@ class RosterWindow:
def on_roster_treeview_button_press_event(self, widget, event):
'''popup contact's, group's or agent's menu'''
if event.type == gtk.gdk.BUTTON_PRESS:
if event.button == 3: # Right click
try:
path, column, x, y = self.tree.get_path_at_pos(int(event.x),