View Single Post
Posts: 270 | Thanked: 37 times | Joined on Sep 2010
#6
I think it could be delete this part

GtkWidget *
ecs_window_new (void)
{
return g_object_new (ECS_TYPE_WINDOW, "title", "Rubrica",
NULL);
}
in file ecs-window.c

is it corrected?