Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 95137
Collapse All | Expand All

(-)gnome-system-monitor-2.10.1/src/proctable.c (-1 / +1 lines)
Lines 362-368 Link Here
362
362
363
	case GLIBTOP_PROCESS_UNINTERRUPTIBLE:
363
	case GLIBTOP_PROCESS_UNINTERRUPTIBLE:
364
		info->status = _("Uninterruptible");
364
		info->status = _("Uninterruptible");
365
		info->is_running = FALSE;
365
		info->is_running = TRUE;
366
		break;
366
		break;
367
367
368
	default:
368
	default:

Return to bug 95137