diff options
author | Kalle Valo <kalle.valo@canonical.com> | 2010-03-10 09:00:02 +0200 |
---|---|---|
committer | Kalle Valo <kalle.valo@canonical.com> | 2010-03-10 09:00:02 +0200 |
commit | ffe464a75f028d5efb8be49d03bd60c8dd176970 (patch) | |
tree | 8f9e51fd781378018585ffe538b687c5529143a5 /libdbusmenu-glib | |
parent | 9206192fdffc7a3db5dadb0c50ecb8883fd23b8e (diff) | |
download | libdbusmenu-ffe464a75f028d5efb8be49d03bd60c8dd176970.tar.gz libdbusmenu-ffe464a75f028d5efb8be49d03bd60c8dd176970.tar.bz2 libdbusmenu-ffe464a75f028d5efb8be49d03bd60c8dd176970.zip |
Fix a typo in dbusmenu_menuitem_take_children() documentation. It wasn't
fully clear if the "no" was actually "now" or "not", but based on the code
I assume that it should be "now".
Diffstat (limited to 'libdbusmenu-glib')
-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. |