src/conversation.c

changeset 3801
c82bc5ba4b61
parent 3799
1a53373deee6
child 3802
27af7e21b143
equal deleted inserted replaced
3800:db2ca9328eb6 3801:c82bc5ba4b61
2031 g_free(t2); 2031 g_free(t2);
2032 g_free(nm); 2032 g_free(nm);
2033 } 2033 }
2034 } 2034 }
2035 2035
2036 if (!flags & WFLAG_NOLOG && ((c->is_chat && (chat_options & OPT_CHAT_POPUP)) || 2036 if (!(flags & WFLAG_NOLOG) && ((c->is_chat && (chat_options & OPT_CHAT_POPUP)) ||
2037 (!c->is_chat && (im_options & OPT_IM_POPUP)))) 2037 (!c->is_chat && (im_options & OPT_IM_POPUP))))
2038 gdk_window_show(c->window->window); 2038 gdk_window_show(c->window->window);
2039 2039
2040 /* tab highlighting */ 2040 /* tab highlighting */
2041 if (c->is_chat && !(chat_options & OPT_CHAT_ONE_WINDOW)) /* if chat but not tabbed chat */ 2041 if (c->is_chat && !(chat_options & OPT_CHAT_ONE_WINDOW)) /* if chat but not tabbed chat */
2042 return; 2042 return;

mercurial