Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Update version to 0.3.5
Browse files Browse the repository at this point in the history
Minor update to put the gtk ui forced start checkbox under the pause and
resume right click dropdown items.
  • Loading branch information
h3llrais3r committed Jan 18, 2017
1 parent a9295fc commit fb01684
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion myscheduler/data/myscheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ Deluge.plugins.MySchedulerPlugin = Ext.extend(Deluge.Plugin, {

// insert at position 3 (after pause and resume) in menu
this.menuItem = deluge.menus.torrent.insert(2, new Ext.menu.CheckItem ({
text: _('Forced Start'),
text: _('Force Start'),
checked: false,

checkHandler: function (item, checked) {
Expand Down
2 changes: 1 addition & 1 deletion myscheduler/gtkui.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def enable(self):

torrentmenu = component.get("MenuBar").torrentmenu
torrentmenu.connect("show", self.on_menu_show, None)
torrentmenu.append(self.menu)
torrentmenu.insert(self.menu, 4)

def on_state_deferred(state):
self.state = state
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
__plugin_name__ = "MyScheduler"
__author__ = "h3llrais3r"
__author_email__ = "pooh_beer_1@hotmail.com"
__version__ = "0.3.4"
__version__ = "0.3.5"
__url__ = "http://deluge-torrent.org"
__license__ = "GPLv3"
__description__ = "Schedule limits on a per-hour per-day basis."
Expand Down

0 comments on commit fb01684

Please sign in to comment.