242
246
warning_dialog(_('Location already bookmarked'),
243
247
_('The current directory is already bookmarked.\nSee the left panel for reference.'))
245
251
def edit_bookmark(self, action):
246
252
""" Left context menu -> Edit """
249
255
if self.selected != None:
253
267
def remove_bookmark(self, action):
254
268
""" Left context menu -> Remove """