Wireshark-bugs: [Wireshark-bugs] [Bug 7377] Widgets are not properly expanded in gtk3
Date: Wed, 20 Mar 2013 00:54:02 +0000

changed bug 7377

What Removed Added
Status CONFIRMED RESOLVED
Resolution --- FIXED

Comment # 22 on bug 7377 from
(In reply to comment #21)
> Anders,
> 
> I have some conflict. In r43825 you commited:
> 
> ui/gtk/bootp_stat.c
>         message_type_fr = gtk_frame_new("DHCP Message Type");
> -       gtk_container_add(GTK_CONTAINER(vbox), message_type_fr);
> +       gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, FALSE, TRUE, 0);
> 
> In my tree it's:
> +       gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);
> 

Committed in SVN #48437


AFAIK all of the cases of the use of gtk_container_add() to add a widget to a
'box have been reviewed and changed to gtk_box_pack_...() as appropriate (in
various commits).

So: I'm marking this bug as 'fixed'.


You are receiving this mail because:
  • You are watching all bug changes.