]> Pileus Git - ~andy/gtk/blobdiff - tests/testheightforwidth.c
tests: Include config.h
[~andy/gtk] / tests / testheightforwidth.c
index b105344f37d4a7ddabe8dac5e4c692c2eaf75961..7e10d297177768a4e1844c741810d222e75867f2 100644 (file)
@@ -15,9 +15,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <gtk/gtk.h>
@@ -942,7 +940,7 @@ create_window (void)
   gint i;
 
   window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
-  vbox   = gtk_box_new (GTK_ORIENTATION_VERTICAL, FALSE, 6);
+  vbox   = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6);
 
   gtk_container_set_border_width (GTK_CONTAINER (window), 8);