diff options
author | Ted Gould <ted@gould.cx> | 2010-03-24 11:16:10 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-24 11:16:10 -0500 |
commit | 65d63c20738bf5c3951527b24b524e611af229f9 (patch) | |
tree | 760b4541977f0743574b037b9fde472613c4a3f7 /libdbusmenu-glib/menuitem.c | |
parent | c34945d55b2b2b308be4f2f0e71c621f5792e2ba (diff) | |
parent | 61885859a612061a04e1791b30265aa5fafa7b27 (diff) | |
download | libdbusmenu-65d63c20738bf5c3951527b24b524e611af229f9.tar.gz libdbusmenu-65d63c20738bf5c3951527b24b524e611af229f9.tar.bz2 libdbusmenu-65d63c20738bf5c3951527b24b524e611af229f9.zip |
* Upstream Merge
* Adding support for blank icons
Diffstat (limited to 'libdbusmenu-glib/menuitem.c')
-rw-r--r-- | libdbusmenu-glib/menuitem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/menuitem.c b/libdbusmenu-glib/menuitem.c index a2d2682..28d3134 100644 --- a/libdbusmenu-glib/menuitem.c +++ b/libdbusmenu-glib/menuitem.c @@ -459,7 +459,7 @@ take_children_signal (gpointer data, gpointer user_data) While the name sounds devious that's exactly what this function does. It takes the list of children from the @mi and clears the - internal list. The calling function is no in charge of the ref's + internal list. The calling function is now in charge of the ref's on the children it has taken. A lot of responsibility involved in taking children. |