Custom Query (2449 matches)
Results (283 - 285 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3337 | Fixed | listen ports syntax error | ||
| Description |
--- preferencesmanager.py
+++ preferencesmanager.py
@@ -231,7 +231,7 @@
self.core.apply_session_settings(
{
'listen_system_port_fallback': self.config['listen_use_sys_port'],
- 'listen_interfaces': ''.join(interfaces),
+ 'listen_interfaces': ','.join(interfaces),
}
)
|
|||
| #3369 | Duplicate | Statusbar Height forgotten on Restart | ||
| Description |
Deluge: 2.0.4.dev23
When closing and reopening Deluge GTK, the statusbar height is set to 50% of what it was set to before closing. Opening and closing multiple times results in a little statusbar. Enabled Plugins:
Installed using pacman. |
|||
| #614 | Fixed | deluged segfaults when starting as of rev 4244 | ||
| Description |
Something in libtorrent is causing a segfault as of rev 4244. I can update the rest of deluge with no issues. |
|||
Note:
See TracQuery
for help on using queries.
