src/gtkconv.c

changeset 4526
1966e014e779
parent 4515
646a4904ad32
child 4561
2a82628d7345
equal deleted inserted replaced
4525:7e24b47451af 4526:1966e014e779
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 gtk_window_present(GTK_WINDOW(gtkwin->window)); 3257 gdk_window_raise(gtkwin->window->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 {

mercurial