1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 16:52:39 +00:00

(gtk) Fix ticket #292 reported by mtolman

This commit is contained in:
Charles Kerr 2007-10-18 21:28:19 +00:00
parent 6a3a61716b
commit c53f69ef25

View file

@ -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