im.pidgin.pidgin.next.minor: a0884e2d4f9b7d88d67b8481b7b90e4fa94d302f

nix at go-nix.ca nix at go-nix.ca
Sat Oct 27 21:10:38 EDT 2007


-----------------------------------------------------------------
Revision: a0884e2d4f9b7d88d67b8481b7b90e4fa94d302f
Ancestor: a6e1d13e8af0e00ac47c87b5e118bb3c7ed5064f
Author: nix at go-nix.ca
Date: 2007-10-28T01:05:17
Branch: im.pidgin.pidgin.next.minor

Modified files:
        pidgin/gtkstatusbox.c

ChangeLog: 

Patch from Gabriel Schulhof to transiate yet another window.

-------------- next part --------------
============================================================
--- pidgin/gtkstatusbox.c	0d81ad9d8bb4f0b2f86ccc87dedbc8772b49fb46
+++ pidgin/gtkstatusbox.c	60253612a94eeec4e2fde286894af1b856c646fb
@@ -276,7 +276,7 @@ icon_box_press_cb(GtkWidget *widget, Gdk
 			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;


More information about the Commits mailing list