https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7377
--- Comment #14 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-07-18 11:14:47 PDT ---
(In reply to comment #13)
> Great! Can you try this patch?
Sorry wrong patch, It should be:
- gtk_container_add(GTK_CONTAINER(main_vbox), main_first_pane);
+ gtk_box_pack_start(GTK_BOX(main_vbox), main_first_pane, TRUE, TRUE, 0);
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.