comparison src/conversation.c @ 9607:293de2970493

[gaim-migrate @ 10450] (20:12:51) nosnilmot: LSchiere: I had to do it :) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 28 Jul 2004 00:13:37 +0000
parents 03be9d653123
children 1b13160bf5a4
comparison
equal deleted inserted replaced
9606:03be9d653123 9607:293de2970493
810 if ((windows == NULL) || (!gaim_prefs_get_bool("/gaim/gtk/conversations/tabs"))) 810 if ((windows == NULL) || (!gaim_prefs_get_bool("/gaim/gtk/conversations/tabs")))
811 { 811 {
812 GaimConvWindow *win; 812 GaimConvWindow *win;
813 813
814 win = gaim_conv_window_new(); 814 win = gaim_conv_window_new();
815 815
816 /* Ensure the window is visible. */ 816 /* Ensure the window is visible. */
817 gaim_conv_window_show(win); 817 gaim_conv_window_show(win);
818 818
819 gaim_conv_window_add_conversation(win, conv); 819 gaim_conv_window_add_conversation(win, conv);
820 } 820 }
821 else 821 else
822 { 822 {
823 if (place_conv == NULL) 823 if (place_conv == NULL)