Use gtk_paned_new() instead gtk_[v|h]paned_new()

This commit is contained in:
Javier Jardón
2010-10-30 01:47:13 +02:00
parent f00f120fd7
commit b3a7d401a1
12 changed files with 29 additions and 29 deletions

View File

@ -1558,7 +1558,7 @@ static void _add_notebook_page (GtkNotebook *nbook,
}
else
{
*new_page = gtk_vpaned_new ();
*new_page = gtk_paned_new (GTK_ORIENTATION_VERTICAL);
}
label = gtk_label_new ("");