Mercurial > pidgin.yaz
changeset 21267:83b9a8201cbd
Patch from Gabriel Schulhof to transiate yet another window.
committer: Ethan Blanton <elb@pidgin.im>
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sun, 28 Oct 2007 01:05:17 +0000 |
parents | 1f59065c606a |
children | 319f5ff72eba |
files | pidgin/gtkstatusbox.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;