comparison src/conversation.c @ 3678:d972e1f0be13

[gaim-migrate @ 3808] oops. that could be bad committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 14 Oct 2002 04:05:06 +0000
parents 7571943d6851
children 6addfadafda1
comparison
equal deleted inserted replaced
3677:7571943d6851 3678:d972e1f0be13
3412 } 3412 }
3413 } 3413 }
3414 3414
3415 void im_tabize() 3415 void im_tabize()
3416 { 3416 {
3417 if (convo_menubar) {
3418 gtk_widget_destroy(convo_menubar);
3419 convo_menubar = NULL;
3420 }
3421
3422 /* evil, evil i tell you! evil! */ 3417 /* evil, evil i tell you! evil! */
3423 if (im_options & OPT_IM_ONE_WINDOW) { 3418 if (im_options & OPT_IM_ONE_WINDOW) {
3424 GList *x = conversations; 3419 GList *x = conversations;
3425 if ((convo_options & OPT_CONVO_COMBINE) && (chat_options & OPT_CHAT_ONE_WINDOW)) { 3420 if ((convo_options & OPT_CONVO_COMBINE) && (chat_options & OPT_CHAT_ONE_WINDOW)) {
3426 all_convos = all_chats; 3421 all_convos = all_chats;