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
1 changed files with 0 additions and 1 deletions

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
}