diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-01 12:26:57 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-01 12:26:57 +0200 |
commit | 0f343edd778547d86b08bc4550f29429715928f1 (patch) | |
tree | 242e55e124171715b77d7a1902b903b9b9710731 /libdbusmenu-glib | |
parent | 7320945c0ee39070e261462f850829a8b3e87d73 (diff) | |
parent | 63a5d2daa865aa68b4ea152a92373e3c187e13af (diff) | |
download | libdbusmenu-0f343edd778547d86b08bc4550f29429715928f1.tar.gz libdbusmenu-0f343edd778547d86b08bc4550f29429715928f1.tar.bz2 libdbusmenu-0f343edd778547d86b08bc4550f29429715928f1.zip |
releasing version 0.2.8-0ubuntu1
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/menuitem.c | 2 | ||||
-rw-r--r-- | libdbusmenu-glib/menuitem.h | 2 |
2 files changed, 3 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. diff --git a/libdbusmenu-glib/menuitem.h b/libdbusmenu-glib/menuitem.h index 1382335..04fd911 100644 --- a/libdbusmenu-glib/menuitem.h +++ b/libdbusmenu-glib/menuitem.h @@ -66,6 +66,8 @@ G_BEGIN_DECLS #define DBUSMENU_MENUITEM_TOGGLE_STATE_CHECKED 1 #define DBUSMENU_MENUITEM_TOGGLE_STATE_UNKNOWN -1 +#define DBUSMENU_MENUITEM_ICON_NAME_BLANK "blank-icon" + /** DbusmenuMenuitem: |