Fix a compiler warning caused by the previous commit.

This commit is contained in:
Matthias Clasen
2003-06-05 19:22:22 +00:00
parent 90b8285dda
commit 83202df4d2

View File

@@ -6418,7 +6418,7 @@ static void
select_all_cb (GtkWidget *menuitem,
GtkTextView *text_view)
{
gtk_text_view_select_all (text_view, TRUE);
gtk_text_view_select_all (GTK_WIDGET (text_view), TRUE);
}
static void