summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-08-17 16:36:21 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-08-17 16:36:21 +0000
commit064c0fda01bab6bd2120b6c2026d628e43b17683 (patch)
tree865f5149da854f970808bede42d097c7698af193 /TODO
parentd7785c4b697002a2771b67d3dfc92491fcb0e658 (diff)
downloadglade-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--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index da06ca66..179b7d82 100644
--- a/TODO
+++ b/TODO
@@ -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)