diff -r e3c0a56d62a6 -r c215bc5d85e4 pidgin/gtkimhtml.c --- a/pidgin/gtkimhtml.c Sun Feb 13 06:40:09 2011 +0000 +++ b/pidgin/gtkimhtml.c Sun Feb 13 07:38:19 2011 +0000 @@ -1073,7 +1073,7 @@ } if (primary) /* This was allocated here */ g_free(text); - } +} static void gtk_imhtml_primary_clipboard_clear(GtkClipboard *clipboard, GtkIMHtml *imhtml) { @@ -1342,7 +1342,7 @@ paste_received_cb, imhtml); return TRUE; - } + } return FALSE; } @@ -1904,10 +1904,10 @@ gdk_drag_status (context, suggested_action, time); - /* TRUE return means don't propagate the drag motion to parent - * widgets that may also be drop sites. - */ - return TRUE; + /* TRUE return means don't propagate the drag motion to parent + * widgets that may also be drop sites. + */ + return TRUE; } static void @@ -1966,7 +1966,7 @@ i++; } - g_strfreev(links); + g_strfreev(links); break; case GTK_IMHTML_DRAG_HTML: { @@ -4260,7 +4260,7 @@ gtk_text_buffer_remove_tag(imhtml->text_buffer, tag, &iter, e); g_free(name); - } + } g_slist_free(tags); } @@ -5010,7 +5010,7 @@ } } } else { - imhtml->num_animations++; + imhtml->num_animations++; } g_signal_connect(G_OBJECT(icon), "destroy", G_CALLBACK(animated_smiley_destroy_cb), imhtml); g_queue_push_tail(imhtml->animations, icon);