diff pidgin/gtkblist.h @ 25102:4aeef8c3cce3

restructured much of the loader and themes for the buddy list, along with a basic trial of group background color
author Justin Rodriguez <ffdragon@soc.pidgin.im>
date Tue, 15 Jul 2008 06:29:46 +0000
parents 1242a922a4bc
children d25cbbea7fe5
line wrap: on
line diff
--- a/pidgin/gtkblist.h	Fri Jul 11 19:13:24 2008 +0000
+++ b/pidgin/gtkblist.h	Tue Jul 15 06:29:46 2008 +0000
@@ -256,14 +256,14 @@
  *
  * @param theme	the new theme to use
  */
-void pidgin_blist_set_theme(PidginBuddyListTheme *theme);
+void pidgin_blist_set_theme(PidginBlistTheme *theme);
 
 /**
  * Gets Pidgin's current buddy list theme
  *
  * @returns	the current theme 
  */
-PidginBuddyListTheme *pidgin_blist_get_theme(void);
+PidginBlistTheme *pidgin_blist_get_theme(void);
 
 /**************************************************************************
  * @name GTK+ Buddy List sorting functions