diff -r 189805249b19 -r ad941796372e pidgin/gtkimhtmltoolbar.c --- a/pidgin/gtkimhtmltoolbar.c Mon Jun 25 04:23:12 2012 -0400 +++ b/pidgin/gtkimhtmltoolbar.c Mon Jun 25 18:24:02 2012 -0400 @@ -1113,7 +1113,7 @@ gint ythickness = gtk_widget_get_style(widget)->ythickness; int savy; - gtk_widget_get_allocation(widget, &allocation); + gtk_widget_get_allocation(widget, &allocation); gtk_widget_size_request(GTK_WIDGET (menu), &menu_req); gdk_window_get_origin(gtk_widget_get_window(widget), x, y); *x += allocation.x;