comparison pidgin/gtkstatusbox.c @ 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 cab348e39751
children 6de09629f091
comparison
equal deleted inserted replaced
21266:1f59065c606a 21267:83b9a8201cbd
274 if (box->buddy_icon_sel) { 274 if (box->buddy_icon_sel) {
275 gtk_window_present(GTK_WINDOW(box->buddy_icon_sel)); 275 gtk_window_present(GTK_WINDOW(box->buddy_icon_sel));
276 return FALSE; 276 return FALSE;
277 } 277 }
278 278
279 box->buddy_icon_sel = pidgin_buddy_icon_chooser_new(NULL, icon_choose_cb, box); 279 box->buddy_icon_sel = pidgin_buddy_icon_chooser_new(GTK_WINDOW(gtk_widget_get_toplevel(widget)), icon_choose_cb, box);
280 gtk_widget_show_all(box->buddy_icon_sel); 280 gtk_widget_show_all(box->buddy_icon_sel);
281 } 281 }
282 return FALSE; 282 return FALSE;
283 } 283 }
284 284