Fix some simple cases of GTK2 deprecated API usage by using a renamed or equivalent API
[obnox/wireshark/wip.git] / gtk / wsp_stat.c
index 9ffd134362e3027b2964390db4987da4e8aa3904..ea246a2e943e76a9752d377e8e12c7db733adb76 100644 (file)
@@ -360,7 +360,7 @@ gtk_wspstat_init(const char *optarg, void *userdata _U_)
 
        /* container for the two frames */
        main_vb = gtk_vbox_new(FALSE, 3);
-       gtk_container_border_width(GTK_CONTAINER(main_vb), 12);
+       gtk_container_set_border_width(GTK_CONTAINER(main_vb), 12);
        gtk_container_add(GTK_CONTAINER(sp->win), main_vb);
 
        /* PDU Types frame */