]> Pileus Git - ~andy/gtk/blobdiff - examples/progressbar/progressbar.c
minor cleanups, remove refs to gtk_menu_append
[~andy/gtk] / examples / progressbar / progressbar.c
index 7420d24d77ae0fb073e2c77fbb01a05707113faf..f4a9aec8efb9d28c54f6cdd0f2440995ab5594af 100644 (file)
@@ -140,7 +140,7 @@ int main( int   argc,
     gtk_widget_show (separator);
 
     /* rows, columns, homogeneous */
-    table = gtk_table_new (2, 2, FALSE);
+    table = gtk_table_new (2, 3, FALSE);
     gtk_box_pack_start (GTK_BOX (vbox), table, FALSE, TRUE, 0);
     gtk_widget_show (table);