mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
remove 'remove torrent' from file menu
This commit is contained in:
parent
820d427a61
commit
862d59f8cc
2 changed files with 818 additions and 833 deletions
File diff suppressed because it is too large
Load diff
|
@ -128,7 +128,6 @@ class DelugeGTK:
|
||||||
## File Menu
|
## File Menu
|
||||||
"add_torrent": self.add_torrent_clicked,
|
"add_torrent": self.add_torrent_clicked,
|
||||||
"add_torrent_url": self.add_torrent_url_clicked,
|
"add_torrent_url": self.add_torrent_url_clicked,
|
||||||
"remove_torrent" : self.remove_torrent_clicked,
|
|
||||||
"menu_quit": self.quit,
|
"menu_quit": self.quit,
|
||||||
## Edit Menu
|
## Edit Menu
|
||||||
"pref_clicked": self.show_pref_dialog,
|
"pref_clicked": self.show_pref_dialog,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue