Changeset 9402ab


Ignore:
Timestamp:
08/03/2008 08:12:35 PM (17 years ago)
Author:
Andrew Resch <andrewresch@gmail.com>
Children:
f5b398a
Parents:
e10a02b
Message:

Fix drag n' drop in windows

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    re10a02b r9402ab  
    77 GtkUI:
    88  * Handle shutting down more cleanly
    9   * Add translators to credits
    109 
    1110 Plugins:
    1211  * Improve the Blocklist plugin preferences page.
     12 
     13 Windows:
     14  * Fix drag n' drop support
    1315 
    1416Deluge 0.9.04 - "1.0.0_RC4" (29 July 2008)
  • deluge/ui/gtkui/mainwindow.py

    re10a02b r9402ab  
    194194        args = []
    195195        for uri in selection_data.data.split():
     196            if deluge.common.windows_check():
     197                uri = uri[7:]
     198                uri = urllib.url2pathname(uri).strip("\r\n\x00")
    196199            args.append(urllib.unquote(urlparse(uri).path))
    197200        process_args(args)
Note: See TracChangeset for help on using the changeset viewer.