#2169: Add Torrent Dialog's  ' Download Location' not set correctly when 
directory
typed into Other->Location field
--------------------------+-------------------------------------------------
  Reporter:  beaux_monde  |       Owner:  Cas     
      Type:  bug          |      Status:  reopened
  Priority:  minor        |   Milestone:  1.3.6   
 Component:  other        |     Version:  1.3.5   
Resolution:               |    Keywords:          
--------------------------+-------------------------------------------------

Comment(by MasterCATZ):

 self.core_config = {}

         self.builder.get_object("notebook1").connect("switch-page",
 self._on_switch_page)

     def start(self):
         self.update_core_config()


 mine did not have

 self.glade.get_widget("notebook1").connect("switch-page",
 self._on_switch_page)

 either so do I also add that and remove

 self.builder.get_object("notebook1").connect("switch-page",
 self._on_switch_page)

 ??




 do I change these self.builder to self.glade as well ?

 if client.is_localhost():
             options["download_location"] = \
                 self.builder.get_object("button_location").get_filename()
         else:
             options["download_location"] = \
                 self.builder.get_object


 using git master afak I would have thought the patch would have already
 been applied to it ?

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/2169#comment:42>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-dev?hl=en.

Reply via email to