comparison src/gtkconv.c @ 4513:adb0245e1dfc

[gaim-migrate @ 4791] i just got grape jelly all over my keyboard. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 04 Feb 2003 05:25:46 +0000
parents 4c394222c732
children 9b9737a00a96
comparison
equal deleted inserted replaced
4512:c5bc145addf9 4513:adb0245e1dfc
3252 static void 3252 static void
3253 gaim_gtk_raise(struct gaim_window *win) 3253 gaim_gtk_raise(struct gaim_window *win)
3254 { 3254 {
3255 struct gaim_gtk_window *gtkwin = GAIM_GTK_WINDOW(win); 3255 struct gaim_gtk_window *gtkwin = GAIM_GTK_WINDOW(win);
3256 3256
3257 gdk_window_raise(gtkwin->window->window); 3257 gtk_window_present(GTK_WINDOW(gtkwin->window));
3258 } 3258 }
3259 3259
3260 static void 3260 static void
3261 gaim_gtk_flash(struct gaim_window *win) 3261 gaim_gtk_flash(struct gaim_window *win)
3262 { 3262 {