head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.26 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.24 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.22 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.20 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.18 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.16 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.14 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.12 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.10 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.8 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.6 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.4 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.0.10 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.8 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.6 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.4 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.2 pkgsrc-2006Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2007.05.13.14.39.18; author wiz; state dead; branches; next 1.1; 1.1 date 2006.02.16.19.29.41; author joerg; state Exp; branches; next ; desc @@ 1.2 log @Remove some GNOME1 packages that are unmaintained upstream and/or in pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though. @ text @$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); @ 1.1 log @Has BROKEN_GETTEXT_DETECTION. Fix label at end of compound for GCC 3.4+ @ text @d1 1 a1 1 $NetBSD$ @