[cairo-commit] goocanvas/po Makefile.in.in,1.2,1.3
Damon Chaplin
commit at pdx.freedesktop.org
Mon Aug 13 04:18:40 PDT 2007
Committed by: damon
Update of /cvs/cairo/goocanvas/po
In directory kemper:/tmp/cvs-serv11183/po
Modified Files:
Makefile.in.in
Log Message:
2007-08-13 Damon Chaplin <damon at gnome.org>
* src/goocanvastable.c: use static goo_canvas_table_parent_iface
and goo_canvas_table_model_parent_iface variables which are set in
the class_init functions. That makes it much easier to call the
GooCanvasGroup methods when needed.
* src/goocanvasitemsimple.c (goo_canvas_item_simple_set_parent): call
goo_canvas_item_set_canvas() so items can do whatever is needed
(e.g. groups can pass the canvas on to children).
* src/goocanvasitem.c (goo_canvas_item_request_update): don't use
return here as it is a void function.
* src/goocanvastable.c (goo_canvas_table_remove_child):
* src/goocanvasgroup.c (goo_canvas_group_remove_child): check the
child_num arg is valid.
Index: Makefile.in.in
===================================================================
RCS file: /cvs/cairo/goocanvas/po/Makefile.in.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.in.in 1 Feb 2007 01:19:05 -0000 1.2
+++ Makefile.in.in 13 Aug 2007 11:18:23 -0000 1.3
@@ -41,6 +41,7 @@
GENCAT = @GENCAT@
GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
XGETTEXT = @XGETTEXT@
MSGMERGE = msgmerge
@@ -79,7 +80,7 @@
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
- && rm -f $$file && $(GMSGFMT) -c -o $$file $<
+ && rm -f $$file && $(GMSGFMT) $(MSGFMT_OPTS) -o $$file $<
.po.cat:
sed -f ../intl/po2msg.sed < $< > $*.msg \
More information about the cairo-commit
mailing list