[empathy] Use the contacts alias in the information dialog
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Use the contacts alias in the information dialog
- Date: Mon, 19 Oct 2009 21:50:34 +0000 (UTC)
commit e200b330a1d364da4ad87b7de5f6fcec6b03f312
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Mon Oct 19 22:40:24 2009 +0100
Use the contacts alias in the information dialog
libempathy-gtk/empathy-contact-dialogs.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-dialogs.c b/libempathy-gtk/empathy-contact-dialogs.c
index 2c65273..6c15dd8 100644
--- a/libempathy-gtk/empathy-contact-dialogs.c
+++ b/libempathy-gtk/empathy-contact-dialogs.c
@@ -174,7 +174,8 @@ empathy_contact_information_dialog_show (EmpathyContact *contact,
dialog = gtk_dialog_new ();
gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
- gtk_window_set_title (GTK_WINDOW (dialog), _("Contact Informations"));
+ gtk_window_set_title (GTK_WINDOW (dialog),
+ empathy_contact_get_name (contact));
/* Close button */
button = gtk_button_new_with_label (GTK_STOCK_CLOSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]