diff dwtest.c @ 1769:d81bebc5c8cc

Mark and I decided to change dw_box_remove*() to dw_box_unpack*() for consistency. This commit should change all exports and references appropriately.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 06 Jul 2012 10:51:28 +0000
parents 15414cbe857f
children 9de6d1cc8fb8
line wrap: on
line diff
--- a/dwtest.c	Sun Jul 01 09:56:49 2012 +0000
+++ b/dwtest.c	Fri Jul 06 10:51:28 2012 +0000
@@ -932,7 +932,7 @@
     okbutton = dw_button_new("Turn Off Annoying Beep!", 1001L);
     dw_box_pack_start(buttonbox, okbutton, 130, 30, TRUE, TRUE, 2);
 
-    dw_box_remove(cancelbutton);
+    dw_box_unpack(cancelbutton);
     dw_box_pack_start(buttonbox, cancelbutton, 130, 30, TRUE, TRUE, 2);
     dw_window_click_default( mainwindow, cancelbutton );