(trunk gtk) #2324 "power management inhibition with gnome-session >= 2.26" -- fix 1.80b1 misimplementation bug reported & researched by kklimonda

This commit is contained in:
Charles Kerr 2009-12-07 18:04:50 +00:00
parent 4e252aa106
commit acce3b2cda
1 changed files with 1 additions and 1 deletions

View File

@ -1343,7 +1343,7 @@ gtr_inhibit_hibernation( guint * cookie )
const int toplevel_xid = 0;
const char * application = _( "Transmission Bittorrent Client" );
const char * reason = _( "BitTorrent Activity" );
const int flags = 8; /* Inhibit the session being marked as idle */
const int flags = 4; /* Inhibit suspending the session or computer */
success = dbus_g_proxy_call( proxy, "Inhibit", &error,
G_TYPE_STRING, application,