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