Mercurial > pidgin.yaz
changeset 28570:0d9f5172ebc9
No need to call this twice.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Fri, 04 Sep 2009 21:44:58 +0000 |
parents | 9af95186dde4 |
children | 73a30365c293 |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Fri Sep 04 21:12:11 2009 +0000 +++ b/pidgin/gtkblist.c Fri Sep 04 21:44:58 2009 +0000 @@ -6513,7 +6513,7 @@ gchar *mark, *tmp; const gchar *fg_color, *font; GdkColor *color = NULL; - PidginBlistTheme *theme = pidgin_blist_get_theme(); + PidginBlistTheme *theme; PidginThemeFont *pair; gboolean selected = (gtkblist->selected_node == cnode);