libpurple/plugins/buddynote.c

branch
soc.2013.gobjectification
changeset 34864
0e292d8887de
parent 34699
09b2c9219b57
child 34865
764a33b41ac7
--- a/libpurple/plugins/buddynote.c	Thu Jul 25 02:13:43 2013 +0530
+++ b/libpurple/plugins/buddynote.c	Thu Jul 25 02:22:35 2013 +0530
@@ -26,18 +26,18 @@
 #include <version.h>
 
 static void
-dont_do_it_cb(PurpleBListNode *node, const char *note)
+dont_do_it_cb(PurpleBlistNode *node, const char *note)
 {
 }
 
 static void
-do_it_cb(PurpleBListNode *node, const char *note)
+do_it_cb(PurpleBlistNode *node, const char *note)
 {
 	purple_blist_node_set_string(node, "notes", note);
 }
 
 static void
-buddynote_edit_cb(PurpleBListNode *node, gpointer data)
+buddynote_edit_cb(PurpleBlistNode *node, gpointer data)
 {
 	const char *note;
 
@@ -54,7 +54,7 @@
 }
 
 static void
-buddynote_extended_menu_cb(PurpleBListNode *node, GList **m)
+buddynote_extended_menu_cb(PurpleBlistNode *node, GList **m)
 {
 	PurpleMenuAction *bna = NULL;
 

mercurial