soc.2008.themes: 0ebb2c5e: Couple small font fixes
ffdragon at soc.pidgin.im
ffdragon at soc.pidgin.im
Fri Aug 1 19:00:40 EDT 2008
-----------------------------------------------------------------
Revision: 0ebb2c5ee87ee44da1b02c556a5def7eb8fbda03
Ancestor: 169a66daed0dfbd361f1a1b973233f38f7140096
Author: ffdragon at soc.pidgin.im
Date: 2008-08-01T22:57:11
Branch: im.pidgin.soc.2008.themes
URL: http://d.pidgin.im/viewmtn/revision/info/0ebb2c5ee87ee44da1b02c556a5def7eb8fbda03
Modified files:
pidgin/gtkblist.c
ChangeLog:
Couple small font fixes
-------------- next part --------------
============================================================
--- pidgin/gtkblist.c 6f33ea8eb2b38c32b7148f5291a5ae76d276afb2
+++ pidgin/gtkblist.c 39a0af96a6e9ba8334d55cf0e1f10586a0b06872
@@ -6153,7 +6153,7 @@ static void buddy_node(PurpleBuddy *budd
else textcolor = "black";
idle = g_strdup_printf("<span color='%s' font_desc='%s'>%d:%02d</span>", textcolor,
- (pair == NULL || pair->font == NULL) ? "" : pair->color, ihrs, imin);
+ (pair == NULL || pair->font == NULL) ? "" : pair->font, ihrs, imin);
}
}
@@ -6245,7 +6245,7 @@ static void pidgin_blist_update_contact(
if (pair != NULL) {
gchar *temp = g_strdup_printf("<span foreground='%s' font_desc='%s'>%s</span>",
- (selected || pair->color == NULL || contact) ? "black" : pair->color,
+ (selected || pair->color == NULL) ? "black" : pair->color,
(pair->font == NULL) ? "" : pair->font, mark);
g_free(mark);
More information about the Commits
mailing list