From 5b829e4499c89ffce85c7d36e1b68a30df41ec68 Mon Sep 17 00:00:00 2001 From: Parthasarathi Susarla Date: Wed, 21 Dec 2005 07:52:29 +0000 Subject: *** empty log message *** svn path=/trunk/; revision=30917 --- mail/mail-component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/mail-component.c b/mail/mail-component.c index 9a23a46ba6..9a0533f338 100644 --- a/mail/mail-component.c +++ b/mail/mail-component.c @@ -563,7 +563,7 @@ view_changed(EMFolderView *emfv, EComponentView *component_view) else e_info_label_set_info(el, name, tmp->str); - title = g_strdup_printf("%s, %s", name, tmp->str); + title = g_strdup_printf("%s (%s)", name, tmp->str); e_component_view_set_title(component_view, title); g_free(title); -- cgit v1.2.3