Mercurial > pidgin
diff libpurple/theme.c @ 25076:68b7691aa3ed
Added theme loader class abstract whose only (current/planned) function is to build themes
| author | Justin Rodriguez <ffdragon@soc.pidgin.im> |
|---|---|
| date | Sat, 07 Jun 2008 11:03:20 +0000 |
| parents | 52a1f5950f46 |
| children | 8f397c8e728a |
line wrap: on
line diff
--- a/libpurple/theme.c Sat Jun 07 01:55:23 2008 +0000 +++ b/libpurple/theme.c Sat Jun 07 11:03:20 2008 +0000 @@ -61,9 +61,9 @@ }; -/********************************************************************* - * GObject Stuff * - *********************************************************************/ +/****************************************************************************** + * GObject Stuff * + *****************************************************************************/ static void purple_theme_get_property(GObject *obj, guint param_id, GValue *value,
