diff src/gtkconv.c @ 12080:3b52d94437f3

[gaim-migrate @ 14377] The rest of sf patch #1354886, from Sadrul Habib Chowdhury, with an EXTREME amount of changes from me. Come to me, first, if something doesn't work. This allows you to edit the substatuses of a saved status. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Nov 2005 07:20:22 +0000
parents e859c1663a27
children d4728e1abe7b
line wrap: on
line diff
--- a/src/gtkconv.c	Mon Nov 14 06:50:07 2005 +0000
+++ b/src/gtkconv.c	Mon Nov 14 07:20:22 2005 +0000
@@ -6399,9 +6399,12 @@
 void
 gaim_gtk_conv_window_raise(GaimGtkWindow *win)
 {
+	gtk_window_present(win->window);
+/*
 	gtk_widget_show(win->window);
 	gtk_window_deiconify(GTK_WINDOW(win->window));
 	gdk_window_raise(win->window->window);
+*/
 }
 
 void