mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-14 00:17:35 +00:00
application: Chain up shutdown
This commit is contained in:
parent
85689dbb45
commit
edfb4455f8
1 changed files with 2 additions and 0 deletions
|
@ -453,6 +453,8 @@ static void
|
||||||
app_shutdown (GApplication *application)
|
app_shutdown (GApplication *application)
|
||||||
{
|
{
|
||||||
cui_uninit ();
|
cui_uninit ();
|
||||||
|
|
||||||
|
G_APPLICATION_CLASS (calls_application_parent_class)->shutdown (application);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue