From 84f65901dc8c489683433402293aac2a062e0aa1 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 19 Dec 2004 11:00:50 +0000 Subject: Remove stray g_print --- lib/ephy-gui.c | 2 +- lib/ephy-node-filter.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/ephy-gui.c b/lib/ephy-gui.c index 622c145c2..344801b3d 100644 --- a/lib/ephy-gui.c +++ b/lib/ephy-gui.c @@ -148,7 +148,7 @@ ephy_gui_menu_position_on_panel (GtkMenu *menu, gtk_widget_size_request (GTK_WIDGET (menu), &requisition); if (GTK_WIDGET_NO_WINDOW (widget)) - {g_print ("NOT WINDOW!\n"); + { *x += widget->allocation.x; *y += widget->allocation.y; } diff --git a/lib/ephy-node-filter.c b/lib/ephy-node-filter.c index 6e87a471e..4cffc46c7 100644 --- a/lib/ephy-node-filter.c +++ b/lib/ephy-node-filter.c @@ -441,7 +441,7 @@ ephy_node_filter_expression_evaluate (EphyNodeFilterExpression *exp, prop = ephy_node_get_property_int (node, exp->args.prop_args.prop_id); - g_print ("%d %d\n", prop, exp->args.prop_args.second_arg.number); + return (prop < exp->args.prop_args.second_arg.number); } default: -- cgit v1.2.3