diff src/gtkblist.c @ 12246:b7a51e68d0b8

[gaim-migrate @ 14548] Make some things static and namespace session_init and session_end committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 28 Nov 2005 06:20:06 +0000
parents 1c0fd404e07e
children 234c25bc5d49
line wrap: on
line diff
--- a/src/gtkblist.c	Mon Nov 28 05:28:01 2005 +0000
+++ b/src/gtkblist.c	Mon Nov 28 06:20:06 2005 +0000
@@ -5446,7 +5446,8 @@
 	}
 }
 
-void sortmethod_act(GtkCheckMenuItem *checkmenuitem, char *id)
+static void
+sortmethod_act(GtkCheckMenuItem *checkmenuitem, char *id)
 {
 	if (gtk_check_menu_item_get_active(checkmenuitem))
 	{