Commit dce51dd1 authored by Victor Ananjevsky's avatar Victor Ananjevsky

cleanup

parent 6f79d9b3
......@@ -846,14 +846,6 @@ text_create_widget (GtkWidget * dlg)
if (options.common_data.listen || options.common_data.uri == NULL)
fill_buffer_from_stdin ();
else
{
/* place cursor at start of file */
GtkTextIter iter;
gtk_text_buffer_get_iter_at_line (GTK_TEXT_BUFFER (text_buffer), &iter, 0);
gtk_text_buffer_place_cursor (GTK_TEXT_BUFFER (text_buffer), &iter);
}
return w;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment