comparison src/gtkconv.c @ 11602:24274a79d6b0

[gaim-migrate @ 13873] This _seems_ to be taking care of my infinite loop, thanks sadrul for suggesting it :) committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 03 Oct 2005 21:49:02 +0000
parents 8ee38f9428d5
children b97545f21b4c
comparison
equal deleted inserted replaced
11601:86501c7bce46 11602:24274a79d6b0
1904 GaimGtkConversation *gtkconv; 1904 GaimGtkConversation *gtkconv;
1905 1905
1906 if (gtk_check_menu_item_get_active((GtkCheckMenuItem*) m) == FALSE) 1906 if (gtk_check_menu_item_get_active((GtkCheckMenuItem*) m) == FALSE)
1907 return; 1907 return;
1908 1908
1909 /* I'm about 99.99% sure we're leaking a conversation here... */
1909 conv = gaim_conversation_new(GAIM_CONV_TYPE_IM, account, name); 1910 conv = gaim_conversation_new(GAIM_CONV_TYPE_IM, account, name);
1910 gtkconv = GAIM_GTK_CONVERSATION(conv); 1911 gtkconv = GAIM_GTK_CONVERSATION(conv);
1911 1912
1912 gtkconv->active_conv = conv; 1913 gtkconv->active_conv = conv;
1913 1914