Sun, 28 Oct 2007 01:05:17 +0000
Patch from Gabriel Schulhof to transiate yet another window.
committer: Ethan Blanton <elb@pidgin.im>
| pidgin/gtkstatusbox.c | file | annotate | diff | comparison | revisions |
--- 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;