summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2003-07-10 23:03:11 +0000
committerBenedikt Meurer <benny@xfce.org>2003-07-10 23:03:11 +0000
commitfea46d2367093aee3801abd5fe92ee884e3efe90 (patch)
tree6d859194ba50da8267911cf5227ca3bfe6c75eb9 /TODO
parentf377b7841730f5cb248d691b14a7751e9ebc3246 (diff)
downloadxfce4-session-fea46d2367093aee3801abd5fe92ee884e3efe90.tar.gz
Fixed some problems with the tray-icon (also fixed stuff in libxfcegui4).
The g_object_unref() error message was caused by the menu: gtk_menu_new() -> g_object_ref() -> g_object_unref() -> g_object_unref() *PLONK* (Old svn revision: 4446)
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2832f941..7201d945 100644
--- a/TODO
+++ b/TODO
@@ -16,3 +16,7 @@
* Add tooltip to the trayicon "x clients connected"
* Add APM support
+
+Fix the following unknown problem:
+----------------------------------
+** (xfce4-session:6616): CRITICAL **: file manager.c: line 689 (save_yourself_done): assertion `state == MANAGER_CHECKPOINT || state == MANAGER_SHUTDOWN' failed