comparison src/gtkconv.c @ 5103:bfcf72c5a930

[gaim-migrate @ 5466] unminimize minimized windows when we raise them, and make sure to show windows if we have hide-on-send set committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 10 Apr 2003 22:53:57 +0000
parents b37d7d09ec83
children 4cfc49e31c2e
comparison
equal deleted inserted replaced
5102:4b4455c52f62 5103:bfcf72c5a930
3401 static void 3401 static void
3402 gaim_gtk_raise(struct gaim_window *win) 3402 gaim_gtk_raise(struct gaim_window *win)
3403 { 3403 {
3404 struct gaim_gtk_window *gtkwin = GAIM_GTK_WINDOW(win); 3404 struct gaim_gtk_window *gtkwin = GAIM_GTK_WINDOW(win);
3405 3405
3406 gtk_window_deiconify(GTK_WINDOW(gtkwin->window));
3406 gdk_window_raise(gtkwin->window->window); 3407 gdk_window_raise(gtkwin->window->window);
3407 } 3408 }
3408 3409
3409 static void 3410 static void
3410 gaim_gtk_flash(struct gaim_window *win) 3411 gaim_gtk_flash(struct gaim_window *win)