Changeset 9402ab
- Timestamp:
- 08/03/2008 08:12:35 PM (17 years ago)
- Children:
- f5b398a
- Parents:
- e10a02b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
re10a02b r9402ab 7 7 GtkUI: 8 8 * Handle shutting down more cleanly 9 * Add translators to credits10 9 11 10 Plugins: 12 11 * Improve the Blocklist plugin preferences page. 12 13 Windows: 14 * Fix drag n' drop support 13 15 14 16 Deluge 0.9.04 - "1.0.0_RC4" (29 July 2008) -
deluge/ui/gtkui/mainwindow.py
re10a02b r9402ab 194 194 args = [] 195 195 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") 196 199 args.append(urllib.unquote(urlparse(uri).path)) 197 200 process_args(args)
Note:
See TracChangeset
for help on using the changeset viewer.