(gtk) Fix ticket #292 reported by mtolman
This commit is contained in:
parent
6a3a61716b
commit
c53f69ef25
|
@ -49,6 +49,7 @@ tr_torrent_init(GTypeInstance *instance, gpointer g_class UNUSED )
|
|||
self->delfile = NULL;
|
||||
self->severed = FALSE;
|
||||
self->disposed = FALSE;
|
||||
self->seeding_cap = 2.0;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue