From 1a604a05a5ab67949adfcf3d138c6c22d36bd511 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 2 Feb 2012 23:45:40 +0000 Subject: BUGFIX: behavior of 'F' (follow) key was broken, also affecting the persistence of mouse selections. Closes #3165065. --- ProcessList.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index 719783b7..d7a5ef94 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -92,7 +92,7 @@ typedef struct ProcessList_ { UsersTable* usersTable; Panel* panel; - bool follow; + int following; bool userOnly; uid_t userId; bool filtering; @@ -183,6 +183,6 @@ ProcessField ProcessList_keyAt(ProcessList* this, int at); void ProcessList_expandTree(ProcessList* this); -void ProcessList_rebuildPanel(ProcessList* this, bool flags, bool follow, bool userOnly, uid_t userId, bool filtering, const char* incFilter); +void ProcessList_rebuildPanel(ProcessList* this, bool flags, int following, bool userOnly, uid_t userId, bool filtering, const char* incFilter); #endif -- cgit v1.2.3