GtkApplication: chain up ::startup

This commit is contained in:
Ryan Lortie 2011-09-14 14:02:51 -04:00
parent 98b8f4a9fd
commit f86351c05f

View File

@ -97,6 +97,9 @@ gtk_application_focus_in_event_cb (GtkWindow *window,
static void
gtk_application_startup (GApplication *application)
{
G_APPLICATION_CLASS (gtk_application_parent_class)
->startup (application);
gtk_init (0, 0);
}