作図ソフト dia の改良版
Revision | f540f23382b89c193465d1eb652f13b8d482e088 (tree) |
---|---|
Time | 2007-03-17 23:37:15 |
Author | Hans Breuer <hans@breu...> |
Commiter | Hans Breuer |
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
@@ -1,5 +1,7 @@ | ||
1 | 1 | 2007-03-17 Hans Breuer <hans@breuer.org> |
2 | 2 | |
3 | + * plug-ins/python/aobjects.py : somehow an extra 'd' got commited :) | |
4 | + | |
3 | 5 | * plug-ins/python/aobjects.py plug-ins/python/Makefile.am : |
4 | 6 | Self Documenation Part III and stress test, creates all Dia Objects |
5 | 7 | * objects/FS/flow-ortho.c objects/FS/flow.c : removed partial |
@@ -80,7 +80,7 @@ def aobjects_cb(data, flags) : | ||
80 | 80 | layer.update_extents() |
81 | 81 | data.update_extents() |
82 | 82 | if diagram : |
83 | - diagram.updated_extents() | |
83 | + diagram.update_extents() | |
84 | 84 | diagram.flush() |
85 | 85 | return data |
86 | 86 |