Mercurial > pidgin.yaz
diff pidgin/gtkblist.c @ 23476:8941e76e0762
flushed out blist themes a bit with lots of properties and get methods
author | Justin Rodriguez <ffdragon@soc.pidgin.im> |
---|---|
date | Fri, 11 Jul 2008 08:54:34 +0000 |
parents | 1242a922a4bc |
children | 4aeef8c3cce3 |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Thu Jul 10 06:49:45 2008 +0000 +++ b/pidgin/gtkblist.c Fri Jul 11 08:54:34 2008 +0000 @@ -7185,6 +7185,8 @@ g_return_if_fail(PIDGIN_IS_BUDDY_LIST_THEME(theme)); + purple_prefs_set_string(PIDGIN_PREFS_ROOT "/blist/theme", + purple_theme_get_name(PURPLE_THEME(theme))); priv->current_theme = theme; }