1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

Ringer: fix parent instance

This commit is contained in:
Julian Sparber 2020-03-18 12:51:49 +01:00
parent 5828fad63b
commit c5cb1a97ed
No known key found for this signature in database
GPG key ID: 7A0E81F405F35D6A

View file

@ -33,7 +33,7 @@
struct _CallsRinger
{
GtkApplicationWindow parent_instance;
GObject parent_instance;
CallsProvider *provider;
gchar *theme_name;