Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 91403
Collapse All | Expand All

(-)acovea-gtk-1.0.1/src/main_window.cc (-1 / +1 lines)
Lines 488-494 Link Here
488
{
488
{
489
    Glib::RefPtr<Gtk::TextBuffer> buffer = main_window_output->get_buffer();
489
    Glib::RefPtr<Gtk::TextBuffer> buffer = main_window_output->get_buffer();
490
    Gtk::TextIter end = buffer->end();
490
    Gtk::TextIter end = buffer->end();
491
    buffer->insert(buffer->end(),text->c_str());
491
    buffer->insert(buffer->end(),Glib::convert (text->c_str(), "UTF-8", "ISO-8859-1"));
492
} 
492
} 
493
493
494
void main_window::set_ui_running(bool running)
494
void main_window::set_ui_running(bool running)

Return to bug 91403