forked from AuroraMiddleware/gtk
GtkApplication: chain up ::startup
This commit is contained in:
parent
98b8f4a9fd
commit
f86351c05f
@ -97,6 +97,9 @@ gtk_application_focus_in_event_cb (GtkWindow *window,
|
|||||||
static void
|
static void
|
||||||
gtk_application_startup (GApplication *application)
|
gtk_application_startup (GApplication *application)
|
||||||
{
|
{
|
||||||
|
G_APPLICATION_CLASS (gtk_application_parent_class)
|
||||||
|
->startup (application);
|
||||||
|
|
||||||
gtk_init (0, 0);
|
gtk_init (0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user