# HG changeset patch # User Stu Tomlinson # Date 1130327630 0 # Node ID a0956e22fdde6fd2b64283ac0ffa192eac640229 # Parent 6539e6aa8ae6bfb5ce475080d4414e625f8f9ea9 [gaim-migrate @ 14135] Is there a reason this wasn't static? committer: Tailor Script diff -r 6539e6aa8ae6 -r a0956e22fdde src/gtkimhtml.c --- a/src/gtkimhtml.c Wed Oct 26 10:53:16 2005 +0000 +++ b/src/gtkimhtml.c Wed Oct 26 11:53:50 2005 +0000 @@ -512,7 +512,8 @@ return FALSE; } -gboolean gtk_motion_event_notify(GtkWidget *imhtml, GdkEventMotion *event, gpointer data) +static gboolean +gtk_motion_event_notify(GtkWidget *imhtml, GdkEventMotion *event, gpointer data) { GtkTextIter iter; GdkWindow *win = event->window;