manager: Remove the "error" signal and adapt to changes

We can now use the message source interface to signal any feedback to the user.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-12-28 15:35:10 +01:00
parent d1b20bec39
commit 6de5e9a54c
4 changed files with 11 additions and 22 deletions

View File

@@ -297,7 +297,7 @@ calls_call_window_init (CallsCallWindow *self)
// Show errors in in-app-notification
g_signal_connect_swapped (calls_manager_get_default (),
"error",
"message",
G_CALLBACK (calls_in_app_notification_show),
self->in_app_notification);