$NetBSD: patch-ab,v 1.1 2006/02/16 19:29:41 joerg Exp $

--- eel/eel-wrap-table.c.orig	2006-02-16 18:42:08.000000000 +0000
+++ eel/eel-wrap-table.c
@@ -518,6 +518,7 @@ wrap_table_layout (EelWrapTable *wrap_ta
 					item_allocation.x += (max_child_dimensions.width - (int) item_allocation.width);
 					break;
 				default:
+					break;
 				}
 				
 				switch (wrap_table->details->y_justification) {
@@ -528,6 +529,7 @@ wrap_table_layout (EelWrapTable *wrap_ta
 					item_allocation.y += (max_child_dimensions.height - (int) item_allocation.height);
 					break;
 				default:
+					break;
 				}
 			}
 			
@@ -831,7 +833,7 @@ eel_wrap_table_find_child_at_event_point
  */
 void
 eel_wrap_table_set_x_justification (EelWrapTable *wrap_table,
-					 EelJustification x_justification)
+					 GtkJustification x_justification)
 {
 	g_return_if_fail (EEL_IS_WRAP_TABLE (wrap_table));
 	g_return_if_fail (x_justification >= EEL_JUSTIFICATION_BEGINNING);
