applied changes from e82ae16ed445d6896fec536a492fcc17bc6098e4 release-2.2.2

Sun, 21 Oct 2007 04:56:58 +0000

author
Luke Schierer <lschiere@pidgin.im>
date
Sun, 21 Oct 2007 04:56:58 +0000
branch
release-2.2.2
changeset 20248
fdafd57b1d99
parent 20247
73999df63f2d
child 20249
603650f32ee4

applied changes from e82ae16ed445d6896fec536a492fcc17bc6098e4
through 8c43566a97228a4485773ba622f9695b325af8ae

pidgin/gtkft.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkft.c	Sun Oct 21 04:56:11 2007 +0000
+++ b/pidgin/gtkft.c	Sun Oct 21 04:56:58 2007 +0000
@@ -912,7 +912,7 @@
 
 		gtk_widget_show(tmp->window);
 	} else {
-		gtk_widget_show(dialog->window);
+		gtk_window_present(GTK_WINDOW(dialog->window));
 	}
 }
 

mercurial