[gnumeric] Remove a printf debug instruction.
- From: Jean Bréfort <jbrefort src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Remove a printf debug instruction.
- Date: Sat, 20 Jul 2013 06:13:07 +0000 (UTC)
commit 08317ef6b5ccab0af3209515bbabd2a24356657e
Author: Jean Brefort <jean brefort normalesup org>
Date: Sat Jul 20 08:11:23 2013 +0200
Remove a printf debug instruction.
src/gnm-so-filled.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/gnm-so-filled.c b/src/gnm-so-filled.c
index 3cbca10..779c596 100644
--- a/src/gnm-so-filled.c
+++ b/src/gnm-so-filled.c
@@ -216,14 +216,13 @@ cb_gnm_so_filled_changed (GnmSOFilled const *sof,
"attributes", sof->markup,
NULL);
} else
- {puts("rectangle");
group->text = goc_item_new (GOC_GROUP (group), GOC_TYPE_TEXT,
"anchor", GO_ANCHOR_NW,
"clip", TRUE,
"x", sof->margin_pts.left,
"y", sof->margin_pts.top,
"attributes", sof->markup,
- NULL);}
+ NULL);
}
style = go_styled_object_get_style (GO_STYLED_OBJECT (group->text));
go_style_set_font_desc (style, desc);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]