]> Pileus Git - ~andy/gtk/blobdiff - tests/testcellrenderertext.c
Change FSF Address
[~andy/gtk] / tests / testcellrenderertext.c
index ab51243c195cff5f1462da66d52f8ea98a42847c..e57964ee18a3cb91907e657ab0dfa0945ffe5741 100644 (file)
@@ -16,9 +16,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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>
@@ -263,7 +261,7 @@ main (int argc, char **argv)
                    G_CALLBACK (gtk_main_quit), NULL);
   gtk_container_set_border_width (GTK_CONTAINER (window), 12);
 
-  vbox = gtk_vbox_new (FALSE, 12);
+  vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 12);
   gtk_container_add (GTK_CONTAINER (window), vbox);
 
   /* LTR */