Mercurial > pidgin.yaz
diff finch/gntblist.c @ 22012:0503cd74cb56
merge of '418bc7dd4e063c50039bba0d51b489b568f9aaaa'
and '4df361b4c7c545ea522212487ebfd8e4bda0345f'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 05 Jan 2008 18:07:16 +0000 |
parents | 05c2ef19e2fa c38d72677c8a |
children | 2bff44d78523 |
line wrap: on
line diff
--- a/finch/gntblist.c Sat Jan 05 14:34:41 2008 +0000 +++ b/finch/gntblist.c Sat Jan 05 18:07:16 2008 +0000 @@ -540,7 +540,7 @@ } static void -finch_request_add_group() +finch_request_add_group(void) { purple_request_input(NULL, _("Add Group"), NULL, _("Enter the name of the group"), NULL, FALSE, FALSE, NULL, @@ -568,7 +568,7 @@ }; static gpointer -finch_blist_get_handle() +finch_blist_get_handle(void) { static int handle; @@ -1702,7 +1702,7 @@ } static void -populate_buddylist() +populate_buddylist(void) { PurpleBlistNode *node; PurpleBuddyList *list; @@ -1735,7 +1735,7 @@ } static void -populate_status_dropdown() +populate_status_dropdown(void) { int i; GList *iter; @@ -2207,7 +2207,7 @@ } static void -reconstruct_plugins_menu() +reconstruct_plugins_menu(void) { GntWidget *sub; GntMenuItem *plg; @@ -2239,7 +2239,7 @@ } static void -reconstruct_accounts_menu() +reconstruct_accounts_menu(void) { GntWidget *sub; GntMenuItem *acc, *item; @@ -2439,7 +2439,7 @@ } static void -create_menu() +create_menu(void) { GntWidget *menu, *sub, *subsub; GntMenuItem *item;