pidgin/pidgin

Parents 56e1a1a5af0b
Children 3d6797191bf5
The vbox is already packed into PidginConversationWindow from glade, don't add it again.

Testing Done:
Compiled and ran locally, verified the `g_warning` message disappeared.

Reviewed at https://reviews.imfreedom.org/r/252/
--- a/pidgin/gtkconv.c Mon Nov 23 01:51:33 2020 -0600
+++ b/pidgin/gtkconv.c Tue Nov 24 03:33:04 2020 -0600
@@ -7639,7 +7639,6 @@
G_CALLBACK(notebook_release_cb), win);
testidea = pidgin_conversation_window_get_vbox(PIDGIN_CONVERSATION_WINDOW(win->window));
- gtk_container_add(GTK_CONTAINER(win->window), testidea);
/* Setup the menubar. */
menubar = setup_menubar(win);