summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-16 22:58:23 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-16 22:58:23 -0300
commit59914bfd5b7678f75c61f64278100eb0b48725a3 (patch)
tree27b1e86e7ac3c33a11e90473a8fed9df246c9c6f /Action.c
parent7fd4af80ff7828b39f67584634931e552c795e3f (diff)
Rename Setup_run to Action_runSetup.
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Action.c b/Action.c
index d4c7678f..07bf6fdc 100644
--- a/Action.c
+++ b/Action.c
@@ -103,7 +103,7 @@ Object* Action_pickFromVector(State* st, Panel* list, int x, const char** keyLab
static const char* CategoriesFunctions[] = {" ", " ", " ", " ", " ", " ", " ", " ", " ", "Done ", NULL};
-static void Setup_run(Settings* settings, const Header* header, ProcessList* pl) {
+static void Action_runSetup(Settings* settings, const Header* header, ProcessList* pl) {
ScreenManager* scr = ScreenManager_new(0, header->height, 0, -1, HORIZONTAL, header, settings, true);
CategoriesPanel* panelCategories = CategoriesPanel_new(scr, settings, (Header*) header, pl);
ScreenManager_add(scr, (Panel*) panelCategories, FunctionBar_new(CategoriesFunctions, NULL, NULL), 16);
@@ -332,7 +332,7 @@ static Htop_Reaction actionFollow(State* st) {
}
static Htop_Reaction actionSetup(State* st) {
- Setup_run(st->settings, st->header, st->pl);
+ Action_runSetup(st->settings, st->header, st->pl);
// TODO: shouldn't need this, colors should be dynamic
int headerHeight = Header_calculateHeight(st->header);
Panel_move(st->panel, 0, headerHeight);

© 2014-2024 Faster IT GmbH | imprint | privacy policy