# HG changeset patch # User Sadrul Habib Chowdhury # Date 1211042427 0 # Node ID adde385c7904341b730aee6bd018e0c975753020 # Parent f6dc06ba2bf4d8f24a2f72e1723dfbd9ffb8fe90 Show the title text in bold. diff -r f6dc06ba2bf4 -r adde385c7904 finch/gntlog.c --- 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);