[pitivi: 1/11] bind the delete key to removing a file from the source list
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pitivi: 1/11] bind the delete key to removing a file from the source list
- Date: Mon, 21 Sep 2009 09:55:27 +0000 (UTC)
commit 5b48ea6e2cacdb11697e266e124b2258459ee45d
Author: Karl Palsson <bugs tweak net au>
Date: Wed Sep 16 23:37:18 2009 +0000
bind the delete key to removing a file from the source list
pitivi/ui/sourcelist.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/sourcelist.py b/pitivi/ui/sourcelist.py
index 6c5e095..9ef0cc3 100644
--- a/pitivi/ui/sourcelist.py
+++ b/pitivi/ui/sourcelist.py
@@ -252,7 +252,7 @@ class SourceList(gtk.VBox, Loggable):
# only available when selection is non-empty
selection_actions = (
("RemoveSources", gtk.STOCK_DELETE,
- _("_Remove from project"), None, None,
+ _("_Remove from project"), "Delete", None,
self._removeSourcesCb),
("InsertEnd", gtk.STOCK_COPY,
_("Insert at _end of timeline"), "Insert", None,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]