# HG changeset patch # User Mark Doliner # Date 1134326186 0 # Node ID 75ee52a292d2aed626703a02492dbdb83d3f02cf # Parent 4266abdccb97d7a028bb85367f0a829126d05e68 [gaim-migrate @ 14758] I like the new warnings. committer: Tailor Script diff -r 4266abdccb97 -r 75ee52a292d2 src/gtkaccount.c --- 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);