Mercurial > pidgin.yaz
changeset 22989:adde385c7904
Show the title text in bold.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 17 May 2008 16:40:27 +0000 |
parents | f6dc06ba2bf4 |
children | 307bab4c9e63 |
files | finch/gntlog.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/finch/gntlog.c Sat May 17 16:39:53 2008 +0000 +++ b/finch/gntlog.c Sat May 17 16:40:27 2008 +0000 @@ -302,7 +302,7 @@ /* Label ************/ text = g_strdup_printf("%s", title); - lv->label = gnt_label_new(text); + lv->label = gnt_label_new_with_format(text, GNT_TEXT_FLAG_BOLD); g_free(text); gnt_box_add_widget(GNT_BOX(vbox), lv->label);