fix force recheck
This commit is contained in:
parent
ae18fc8b5a
commit
e595a7d1fd
|
@ -10,7 +10,7 @@
|
|||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||
<property name="label" translatable="yes">_Force Recheck</property>
|
||||
<property name="use_underline">True</property>
|
||||
<signal name="activate" handler="torrent_recheck"/>
|
||||
<signal name="activate" handler="torrent_switch_recheck"/>
|
||||
<child internal-child="image">
|
||||
<widget class="GtkImage" id="menu-item-image13">
|
||||
<property name="visible">True</property>
|
||||
|
|
|
@ -768,6 +768,7 @@ window, please enter your password"))
|
|||
path = self.manager.unique_IDs[uid].filename
|
||||
if not switch:
|
||||
save_dir = self.manager.unique_IDs[uid].save_dir
|
||||
delete_old = False
|
||||
else:
|
||||
save_dir = dialogs.show_directory_chooser_dialog(self.window, \
|
||||
_("Choose a directory to switch torrent source to" + " - %s" % \
|
||||
|
|
Loading…
Reference in New Issue