Bill Meier
 changed
              bug 7377
        
             
          
            | What | 
            Removed | 
            Added | 
          
         
           | Status | 
           CONFIRMED
            | 
           RESOLVED
            | 
         
         
           | Resolution | 
           ---
            | 
           FIXED
            | 
         
      
        
            Comment # 22
              on bug 7377
              from  Bill Meier
        (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.