1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-03 18:25:35 +00:00

fix hibernation bug reported by tonfa

This commit is contained in:
Charles Kerr 2008-06-09 15:23:09 +00:00
parent ebc3deeec8
commit 1526065c3f

View file

@ -1016,7 +1016,6 @@ tr_core_set_hibernation_allowed( TrCore * core, gboolean allowed )
if( !allowed && !core->priv->have_inhibit_cookie )
{
core->priv->have_inhibit_cookie = gtr_inhibit_hibernation( &core->priv->inhibit_cookie );
core->priv->have_inhibit_cookie = TRUE;
}
#endif
}