Custom Query (2447 matches)
Results (55 - 57 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1069 | Fixed | [win32] no country name tooltips in peer list | ||
Description |
In peers_tab.py, calling widget.get_tooltip_context throws an exception: <type 'exceptions.AttributeError'>: 'gtk.TreeView' object has no attribute 'get_tooltip_context' I know next to nothing about Python, but my guess is that an outdated PyGTK version (2.12.1) was used for the Win32 build. The changelog for PyGTK 2.13.0 includes:
gtk.gtk_version = (2, 16, 6) gtk.pygtk_version = (2, 12, 1) Windows XP SP3 |
|||
#1373 | Fixed | [win32] Move storage problem with non-ascii paths | ||
Description |
Problem: Upgraded Deluge from 1.2.3 to 1.3.0 on Ubuntu Server 10.04. And I found the BUG, when I save torrent into directory with cyrillic chars. Example: I have a dir for my video files /media/STORAGE01/ВИДЕО/ФИЛЬМЫ but Deluge ignores "/ВИДЕО/ФИЛЬМЫ" and saves files to "/media/STORAGE01", and after dounload complete I can't move files to my ../ВИДЕО directory. Information: Daemon: 1.3.0 on Ubuntu Server 10.04 Client: 1.3.0 on Windows 7 Home Premium |
|||
#2145 | Fixed | [win32] locales missing from bundled gtk | ||
Description |