summaryrefslogtreecommitdiffstats
path: root/ColumnsPanel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2009-06-02 04:51:23 +0000
committerHisham Muhammad <hisham@gobolinux.org>2009-06-02 04:51:23 +0000
commit6330ff3a0ac6d279132d36cea027ad3f065707b1 (patch)
tree70d894309bb92c9146fc4063e41d68686ffcfafd /ColumnsPanel.c
parent1371ee28a7e953052e414dfd1641294852aa4458 (diff)
changes for htop 0.8.2
Diffstat (limited to 'ColumnsPanel.c')
-rw-r--r--ColumnsPanel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ColumnsPanel.c b/ColumnsPanel.c
index d52178c4..94a21232 100644
--- a/ColumnsPanel.c
+++ b/ColumnsPanel.c
@@ -30,7 +30,7 @@ static HandlerResult ColumnsPanel_eventHandler(Panel* super, int ch) {
int selected = Panel_getSelectedIndex(super);
HandlerResult result = IGNORED;
- int size = Panel_getSize(super);
+ int size = Panel_size(super);
switch(ch) {
case KEY_F(7):
@@ -95,7 +95,7 @@ int ColumnsPanel_fieldNameToIndex(const char* name) {
void ColumnsPanel_update(Panel* super) {
ColumnsPanel* this = (ColumnsPanel*) super;
- int size = Panel_getSize(super);
+ int size = Panel_size(super);
this->settings->changed = true;
// FIXME: this is crappily inefficient
free(this->settings->pl->fields);

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