# HG changeset patch # User Gabriel Schulhof # Date 1193533517 0 # Node ID 83b9a8201cbda49056fbb5027cc417c7dd3c1c49 # Parent 1f59065c606aac4e2c0e174e3e7630699cb2cef4 Patch from Gabriel Schulhof to transiate yet another window. committer: Ethan Blanton diff -r 1f59065c606a -r 83b9a8201cbd pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Fri Oct 26 13:31:26 2007 +0000 +++ b/pidgin/gtkstatusbox.c Sun Oct 28 01:05:17 2007 +0000 @@ -276,7 +276,7 @@ return FALSE; } - box->buddy_icon_sel = pidgin_buddy_icon_chooser_new(NULL, icon_choose_cb, box); + box->buddy_icon_sel = pidgin_buddy_icon_chooser_new(GTK_WINDOW(gtk_widget_get_toplevel(widget)), icon_choose_cb, box); gtk_widget_show_all(box->buddy_icon_sel); } return FALSE;