comparison src/gtkconv.c @ 5484:0a392a45e497

[gaim-migrate @ 5880] This should fix the IM windows never returning when you have "hide on send" enabled. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 22 May 2003 12:40:41 +0000
parents 8355eeeb52a3
children 7a64114641c3
comparison
equal deleted inserted replaced
5483:00032269c317 5484:0a392a45e497
3442 static void 3442 static void
3443 gaim_gtk_raise(struct gaim_window *win) 3443 gaim_gtk_raise(struct gaim_window *win)
3444 { 3444 {
3445 struct gaim_gtk_window *gtkwin = GAIM_GTK_WINDOW(win); 3445 struct gaim_gtk_window *gtkwin = GAIM_GTK_WINDOW(win);
3446 3446
3447 gtk_widget_show(gtkwin->window);
3447 gtk_window_deiconify(GTK_WINDOW(gtkwin->window)); 3448 gtk_window_deiconify(GTK_WINDOW(gtkwin->window));
3448 gdk_window_raise(gtkwin->window->window); 3449 gdk_window_raise(gtkwin->window->window);
3449 } 3450 }
3450 3451
3451 static void 3452 static void