remove an identation
This commit is contained in:
parent
35adf028d4
commit
2b417b3139
1 changed files with 36 additions and 37 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue