pidgin: c0baa224: Show the title text in bold.
sadrul at pidgin.im
sadrul at pidgin.im
Sat May 17 12:45:55 EDT 2008
-----------------------------------------------------------------
Revision: c0baa224f4d9a5bdcb9a60e6bcc5c47fe13151e2
Ancestor: 69693756ac2eea13c0b8f858fa1d3ae4a31900e9
Author: sadrul at pidgin.im
Date: 2008-05-17T16:40:27
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/c0baa224f4d9a5bdcb9a60e6bcc5c47fe13151e2
Modified files:
finch/gntlog.c
ChangeLog:
Show the title text in bold.
-------------- next part --------------
============================================================
--- finch/gntlog.c ffdc9f8575c0de596b5219bdbca4a2b0798063df
+++ finch/gntlog.c 033d31355f54f52de6c2263f58b8550ed1cd01a0
@@ -302,7 +302,7 @@ static FinchLogViewer *display_log_viewe
/* 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);
More information about the Commits
mailing list