By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1589
Collapse All | Expand All

(-)trinity-tdepowersave/src/hardware.cpp.ORI (-1 / +1 lines)
Lines 546-552 Link Here
546
			}
546
			}
547
			if ((*it) == TDESystemPowerState::Hibernate) {
547
			if ((*it) == TDESystemPowerState::Hibernate) {
548
				suspend_states.suspend2disk = true;
548
				suspend_states.suspend2disk = true;
549
				suspend_states.suspend2disk_allowed = rdevice->canSuspend();
549
				suspend_states.suspend2disk_allowed = rdevice->canHibernate();
550
				suspend_states.suspend2disk_can = suspend_states.suspend2disk_allowed & suspend_states.suspend2disk;
550
				suspend_states.suspend2disk_can = suspend_states.suspend2disk_allowed & suspend_states.suspend2disk;
551
			}
551
			}
552
			if ((*it) == TDESystemPowerState::PowerOff) {
552
			if ((*it) == TDESystemPowerState::PowerOff) {

Return to bug 1589