<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -29,7 +29,7 @@ select_animation_cb (GtkRadioButton *button,
 int main( int   argc,
           char *argv[] )
 {
-  GtkWidget *window, *box, *hbox_i, *frame, *bbox, *radio, *widget; 
+  GtkWidget *window, *box, *hbox_i, *frame, *bbox, *radio, *widget;
     
   gtk_init (&amp;argc, &amp;argv);
 
@@ -43,7 +43,7 @@ int main( int   argc,
   g_signal_connect (G_OBJECT (window), &quot;delete_event&quot;,
     		    G_CALLBACK (gtk_main_quit), NULL);
 
-  box = my_vbox_new (FALSE, 0);
+  box = gtk_vbox_new (FALSE, 0);
 	hbox_i = gtk_hbox_new (FALSE, FALSE);
   frame = gtk_frame_new (&quot;Let's count together&quot;);
   my_expander = my_expander_new (&quot;Test of the function...&quot;);
@@ -54,7 +54,6 @@ int main( int   argc,
   gtk_container_add (GTK_CONTAINER (bbox), widget);
   gtk_container_add (GTK_CONTAINER (box), bbox);
 
-	/*
   bbox = gtk_vbutton_box_new ();
 
   radio = gtk_radio_button_new_with_label (NULL, &quot;Count even numbers&quot;);
@@ -69,31 +68,30 @@ int main( int   argc,
   gtk_container_add (GTK_CONTAINER (bbox), widget);
   widget = gtk_button_new_from_stock (GTK_STOCK_OK);
   gtk_container_add (GTK_CONTAINER (bbox), widget);
-	*/
 
   /* button box into the frame */
-  //gtk_container_add (GTK_CONTAINER (frame), bbox);
+  gtk_container_add (GTK_CONTAINER (frame), bbox);
 
   /* picture into the vbox */
-	/*
   gtk_container_add (GTK_CONTAINER (hbox_i), 
 										 gtk_image_new_from_file (&quot;./graf_zahl.jpg&quot;));
-	*/
 
 	/* frame into the vbox */
-  //gtk_container_add (GTK_CONTAINER (hbox_i), frame);
+  gtk_container_add (GTK_CONTAINER (hbox_i), frame);
 
-	/* vbox into expander */
-  //gtk_container_add (GTK_CONTAINER (my_expander), hbox_i);
+	/* box into expander */
+  gtk_container_add (GTK_CONTAINER (my_expander), hbox_i);
 
+	/*
   gtk_container_add (GTK_CONTAINER (my_expander), 
 										 gtk_image_new_from_file (&quot;./graf_zahl.jpg&quot;));
+	*/
 
   gtk_container_add (GTK_CONTAINER (box), my_expander);
 
   gtk_container_add (GTK_CONTAINER (window), box);
 
-  gtk_widget_show_all (window);
+	gtk_widget_show_all (window);
 
   gtk_main ();
     </diff>
      <filename>tests/test-expander-animated.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5b98cce5809f5ea7595e42b29a73a66d17ec6c8c</id>
    </parent>
  </parents>
  <author>
    <name>Hagen Schink</name>
    <email>troja84@gmail.com</email>
  </author>
  <url>http://github.com/troja84/af/commit/f252750a45973d04b1c12b86c3aa65102b7f5c39</url>
  <id>f252750a45973d04b1c12b86c3aa65102b7f5c39</id>
  <committed-date>2008-12-05T06:06:37-08:00</committed-date>
  <authored-date>2008-12-05T06:06:37-08:00</authored-date>
  <message>Small changes to the expander test.</message>
  <tree>498ec04e0d06aeaa9ad061e3cb9663e2b91e1659</tree>
  <committer>
    <name>Hagen Schink</name>
    <email>troja84@gmail.com</email>
  </committer>
</commit>
