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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user