diff scn2k/scn2k_text.cc @ 18:4d7486cb20a9

Sync with upstream
author thib
date Tue, 16 Sep 2008 15:30:03 +0000
parents a95c130b567b
children 658272d883ed
line wrap: on
line diff
--- a/scn2k/scn2k_text.cc
+++ b/scn2k/scn2k_text.cc
@@ -620,7 +620,7 @@ void TextImpl::show(int num) {
 	}
 }
 void TextImpl::DrawBacklog(BacklogItem& item, Cmd& cmd) {
-	text->show();
+	show();
 	text->wid->deactivate();
 	status_mask = Status(status_mask | BACKLOG_WAIT_MASK);
 	drawn_backlog_item = item;
@@ -632,7 +632,7 @@ void TextImpl::DrawBacklog(BacklogItem& 
 		item.text = text_stream;
 		text_stream = saved_text;
 	}
-	item.text.InsertColor(0, item.text.container.size(), 0xff,0xff,0);
+ 	item.text.InsertColor(0, item.text.container.size(), 0xff,0xff,0);
 	text->StartText(item.text);
 	text->wid->Flush();
 	if (item.face.empty()) text->ResetFace();