diff options
author | Frederic Culot <calcurse@culot.org> | 2009-01-03 21:32:10 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-01-03 21:32:10 +0000 |
commit | 936b6fe3737c760657d82c50fa6b81c3011ffa27 (patch) | |
tree | cb909cd269419fdf31134ecc407315765804e7c1 /src/help.c | |
parent | bf3bce0ab2d6d5fc8448821fbfa29b48a1bb5994 (diff) | |
download | calcurse-936b6fe3737c760657d82c50fa6b81c3011ffa27.zip |
more code cleanup
Diffstat (limited to 'src/help.c')
-rwxr-xr-x | src/help.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: help.c,v 1.36 2008/12/28 13:13:59 culot Exp $ */ +/* $calcurse: help.c,v 1.37 2009/01/03 21:32:11 culot Exp $ */ /* * Calcurse - text-based organizer @@ -180,7 +180,7 @@ help_wins_reset (scrollwin_t *hwin) keypad (win[STA].p, TRUE); if (notify_bar ()) notify_reinit_bar (); - status_bar (); + wins_status_bar (); if (notify_bar ()) notify_update_bar (); } |