• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

Revisionf540f23382b89c193465d1eb652f13b8d482e088 (tree)
Time2007-03-17 23:37:15
AuthorHans Breuer <hans@breu...>
CommiterHans Breuer

Log Message

somehow an extra 'd' got commited :)

2007-03-17 Hans Breuer <hans@breuer.org>

* plug-ins/python/aobjects.py : somehow an extra 'd' got commited :)

svn path=/trunk/; revision=3637

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
11 2007-03-17 Hans Breuer <hans@breuer.org>
22
3+ * plug-ins/python/aobjects.py : somehow an extra 'd' got commited :)
4+
35 * plug-ins/python/aobjects.py plug-ins/python/Makefile.am :
46 Self Documenation Part III and stress test, creates all Dia Objects
57 * objects/FS/flow-ortho.c objects/FS/flow.c : removed partial
--- a/plug-ins/python/aobjects.py
+++ b/plug-ins/python/aobjects.py
@@ -80,7 +80,7 @@ def aobjects_cb(data, flags) :
8080 layer.update_extents()
8181 data.update_extents()
8282 if diagram :
83- diagram.updated_extents()
83+ diagram.update_extents()
8484 diagram.flush()
8585 return data
8686