[empathy] CallWindow: don't set the title for multiple participants
- From: Emilio Pozuelo Monfort <epm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] CallWindow: don't set the title for multiple participants
- Date: Wed, 10 Aug 2011 11:03:49 +0000 (UTC)
commit e9ba3819abea368201c6f8bd90ccfb134fc6e445
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date: Mon Aug 8 11:58:06 2011 +0100
CallWindow: don't set the title for multiple participants
We don't support that yet, the string is wrong, and
priv->contact can't be NULL anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=655478
src/empathy-call-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 3ce138f..3398a7b 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -1047,7 +1047,7 @@ set_window_title (EmpathyCallWindow *self)
}
else
{
- gtk_window_set_title (GTK_WINDOW (self), _("Call with %d participants"));
+ g_warning ("Unknown remote contact!");
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]