comparison libpurple/plugins/buddynote.c @ 21235:fba1f6c3df0b

Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 14 Oct 2007 18:07:19 +0000
parents cab348e39751
children 73c5f5bfeb39 a20ef7180680
comparison
equal deleted inserted replaced
21234:aabe638f56d9 21235:fba1f6c3df0b
48 NULL, 48 NULL,
49 note, TRUE, FALSE, "html", 49 note, TRUE, FALSE, "html",
50 _("Save"), G_CALLBACK(do_it_cb), 50 _("Save"), G_CALLBACK(do_it_cb),
51 _("Cancel"), G_CALLBACK(dont_do_it_cb), 51 _("Cancel"), G_CALLBACK(dont_do_it_cb),
52 NULL, NULL, NULL, 52 NULL, NULL, NULL,
53 "buddy", node); 53 PURPLE_REQUEST_HINT_BUDDY, node);
54 } 54 }
55 55
56 static void 56 static void
57 buddynote_extended_menu_cb(PurpleBlistNode *node, GList **m) 57 buddynote_extended_menu_cb(PurpleBlistNode *node, GList **m)
58 { 58 {