mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
hilight-text: whops, bugfix went wrong :)
fe-text: removed the warning that happened when calling printbeep() git-svn-id: http://svn.irssi.org/repos/irssi/trunk@858 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2912532875
commit
8fb2249f07
2 changed files with 0 additions and 10 deletions
|
|
@ -361,8 +361,6 @@ static void gui_printtext(WINDOW_REC *window, void *fgcolor, void *bgcolor,
|
|||
gui->cur_text->lines++;
|
||||
gui->last_subline = 0;
|
||||
} else {
|
||||
if (gui->eol_marked)
|
||||
g_warning("gui_printtext(): eol_marked");
|
||||
line = gui->temp_line != NULL ? gui->temp_line :
|
||||
gui->cur_line != NULL ? gui->cur_line :
|
||||
create_line(gui, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue