diff options
Diffstat (limited to 'src/empathy-call-observer.c')
-rw-r--r-- | src/empathy-call-observer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-call-observer.c b/src/empathy-call-observer.c index 2019cd02f..35ceeb046 100644 --- a/src/empathy-call-observer.c +++ b/src/empathy-call-observer.c @@ -252,7 +252,7 @@ observe_channels (TpSimpleObserver *observer, channel = find_main_channel (channels); if (channel == NULL) { - GError err = { TP_ERRORS, TP_ERROR_INVALID_ARGUMENT, + GError err = { TP_ERROR, TP_ERROR_INVALID_ARGUMENT, "Unknown channel type" }; DEBUG ("Didn't find any Call or StreamedMedia channel; ignoring"); |