[Commit] grrobot/src grrobot.c,1.5,1.6

Carl Worth commit at keithp.com
Sat Jun 14 19:48:32 PDT 2003


Committed by: cworth

Update of /local/src/CVS/grrobot/src
In directory home.keithp.com:/tmp/cvs-serv3732/src

Modified Files:
	grrobot.c 
Log Message:
Fixed double-add of vpane

Index: grrobot.c
===================================================================
RCS file: /local/src/CVS/grrobot/src/grrobot.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- grrobot.c	15 Jun 2003 01:39:15 -0000	1.5
+++ grrobot.c	15 Jun 2003 01:48:29 -0000	1.6
@@ -308,7 +308,6 @@
 	gtk_container_set_border_width (GTK_CONTAINER (vpaned), 0);
 	gtk_box_pack_start (GTK_BOX (vbox), vpaned,
 			    TRUE, TRUE, 0);
-	gtk_container_add (GTK_CONTAINER (vbox), vpaned);
 	{
 	    board_frame = gtk_aspect_frame_new (NULL, 0.5, 0.5, 1.0, FALSE);
 	    gtk_paned_pack1 (GTK_PANED (vpaned), board_frame, TRUE, TRUE);




More information about the Commit mailing list