Patch from Gabriel Schulhof to transiate yet another window. next.minor

Sun, 28 Oct 2007 01:05:17 +0000

author
Gabriel Schulhof <nix@go-nix.ca>
date
Sun, 28 Oct 2007 01:05:17 +0000
branch
next.minor
changeset 21257
a55d0663b8e2
parent 21256
b8585094b117
child 21258
e878988b759f

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;

mercurial