diff src/gtkaccount.c @ 12449:75ee52a292d2

[gaim-migrate @ 14758] I like the new warnings. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 11 Dec 2005 18:36:26 +0000
parents e683e7514160
children ee1944ebda45
line wrap: on
line diff
--- a/src/gtkaccount.c	Sat Dec 10 13:49:05 2005 +0000
+++ b/src/gtkaccount.c	Sun Dec 11 18:36:26 2005 +0000
@@ -710,7 +710,8 @@
 
 /* This function is required to toggle the usability of the password entry
  * box - it is set as a callback for the "Save Password" checkbox */
-void toggle_password_visibility(GtkWidget *button, gpointer pwd_entry)
+static void
+toggle_password_visibility(GtkWidget *button, gpointer pwd_entry)
 {
 	if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(button))) {
 		gtk_widget_set_sensitive(pwd_entry, TRUE);