diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2006-08-17 16:36:21 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2006-08-17 16:36:21 +0000 |
commit | 064c0fda01bab6bd2120b6c2026d628e43b17683 (patch) | |
tree | 865f5149da854f970808bede42d097c7698af193 /TODO | |
parent | d7785c4b697002a2771b67d3dfc92491fcb0e658 (diff) | |
download | glade-064c0fda01bab6bd2120b6c2026d628e43b17683.tar.gz |
Now adjustments are saved as decimal values instead of doubles (glade--
* src/glade-editor-property.c, src/glade-property-class.c:
Now adjustments are saved as decimal values instead of doubles
(glade-- code generator didnt like doubles... we'll create
adjustment objects anyway in the future builder).
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,8 +1,6 @@ 3.0.1 Bugfix release menu: ========================== - - Adjustments should be in int format and not float (to conform - to files generated by glade-2) - Interface signals - Need to order properties in the editor (part of bug 345893) - SHIFT-click on palette items should make them "stick" (bug 303679) |