# HG changeset patch # User Nathan Walp # Date 1134847536 0 # Node ID 5d118a3207a9daf1abf6c738bd8f57efada18344 # Parent 74f449e10d88baeac970354ba746643ebe5b39bd [gaim-migrate @ 14844] today's lesson, kids, is that va_args are not to be messed with, unless you are actually going to use them committer: Tailor Script diff -r 74f449e10d88 -r 5d118a3207a9 plugins/docklet/docklet.c --- a/plugins/docklet/docklet.c Sat Dec 17 18:56:42 2005 +0000 +++ b/plugins/docklet/docklet.c Sat Dec 17 19:25:36 2005 +0000 @@ -265,14 +265,8 @@ } static void -docklet_update_status_cb(void *data, ...) +docklet_update_status_cb(void *data) { - /* The odd function arguments allow this callback to be used for - * any signal which has a pointer as the first callback parameter. - * Although ugly, it allows this single callback to be used instead - * of multiple functions with different signatures that do the same - * thing. - */ docklet_update_status(); }