diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-02 10:38:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-02 10:38:06 +0200 |
commit | 1b726d3c71316a93e461374543e58d9907e9c714 (patch) | |
tree | 28b645c8a8774441456744c8f806faa3ea05c14a /src/gui/curses/gui-curses-window.c | |
parent | aca489be938618b887e40020742440d18b102d34 (diff) | |
download | weechat-1b726d3c71316a93e461374543e58d9907e9c714.zip |
Fix refresh bug with bars when items are empty and size is zero (auto)
Diffstat (limited to 'src/gui/curses/gui-curses-window.c')
-rw-r--r-- | src/gui/curses/gui-curses-window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/curses/gui-curses-window.c b/src/gui/curses/gui-curses-window.c index 8ec06f180..9d1cc58b2 100644 --- a/src/gui/curses/gui-curses-window.c +++ b/src/gui/curses/gui-curses-window.c @@ -1682,8 +1682,6 @@ gui_window_refresh_screen () refresh (); gui_window_refresh_windows (); } - - gui_window_refresh_needed = 0; } /* |