summaryrefslogtreecommitdiffstats
path: root/SignalsPanel.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-01-02 23:51:53 +0100
committercgzones <cgzones@googlemail.com>2021-01-04 23:12:43 +0100
commitce9e7fd14f58467e3062b76d0132ebeb973a5e11 (patch)
tree09689984e9646806b0b92de329b051789dc8b508 /SignalsPanel.c
parentbadeaf9e8298b9b8bbb37252eacb0eb2fcf14b98 (diff)
Panel_new: reorder arguments
Reorder owner and type so they match the order of Panel_init
Diffstat (limited to 'SignalsPanel.c')
-rw-r--r--SignalsPanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/SignalsPanel.c b/SignalsPanel.c
index 436fc579..055e3e65 100644
--- a/SignalsPanel.c
+++ b/SignalsPanel.c
@@ -19,7 +19,7 @@ in the source distribution for its full text.
Panel* SignalsPanel_new() {
- Panel* this = Panel_new(1, 1, 1, 1, true, Class(ListItem), FunctionBar_newEnterEsc("Send ", "Cancel "));
+ Panel* this = Panel_new(1, 1, 1, 1, Class(ListItem), true, FunctionBar_newEnterEsc("Send ", "Cancel "));
const int defaultSignal = SIGTERM;
int defaultPosition = 15;
unsigned int i;

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