213
214
def on_treeview_left_button_press_event(self, widget, event):
214
215
""" Occurs when somebody right-clicks in the bookmark list. """
216
221
self.menu.left_context_menu().popup(None, None, None, 0,
219
224
def on_treeview_left_row_activated(self, treeview, path, view_column):
220
225
""" Occurs when somebody double-clicks or enters an item in the
222
232
self.comm.set_busy(treeview)
225
233
self.comm.set_path(newdir)
227
234
self.comm.refresh_right()
229
235
self.comm.set_busy(treeview, False)
231
237
def on_treeview_right_button_press_event(self, widget, event):