summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-07-26 02:18:24 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-07-26 02:18:24 +0000
commitea5604d8f2b0bfe33a775a2c4e3d45069120e509 (patch)
tree4fc7b1638eb328df2bfa35cdb670312519873aa0 /TODO
parent8ee0799d485981e7b466daef0441be3e07b4c9b5 (diff)
downloadglade-ea5604d8f2b0bfe33a775a2c4e3d45069120e509.tar.gz
Dont require that an object be "toplevel" to be saved, just that it has no
* src/glade-project.c: Dont require that an object be "toplevel" to be saved, just that it has no parent (toplevel means that it can _only_ be top-level, and gwidget->parent == NULL means that it _happens_ to be top-level. * src/glade-cursor.c: Hacked the cursor code to violently set cursors on all visible project widgets, this fixes bug 348657. * TODO: Updated.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 39908692..c26f46b6 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,6 @@ Tasks/Bugs Blocking glade-3 3.0:
================================
o Default notebook tab labels (bug 345438) (Tristan)
(We'll do a clean-up here... but not command recursion just yet).
- o Cursor woes (bug 348657) (Tristan)
o Missing icons (Vincent)
Wishlist items for 3.0 release: