diff options
| author | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-02-02 19:07:19 -0800 |
|---|---|---|
| committer | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-02-02 19:07:19 -0800 |
| commit | f62b7b881e204847691a409f81714626f6806df4 (patch) | |
| tree | 8c58ef675b30d4b5ef576d808f564836a406c78e | |
| parent | 96512c9c06438eb32d8af0e29229f84455fffc64 (diff) | |
| download | libdbusmenu-f62b7b881e204847691a409f81714626f6806df4.tar.gz libdbusmenu-f62b7b881e204847691a409f81714626f6806df4.tar.bz2 libdbusmenu-f62b7b881e204847691a409f81714626f6806df4.zip | |
Root id should be 0
| -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 7e1e1ac..8198929 100644 --- a/libdbusmenu-glib/menuitem.c +++ b/libdbusmenu-glib/menuitem.c @@ -246,7 +246,7 @@ g_value_transform_STRING_INT (const GValue * in, GValue * out) return; } -static gint menuitem_next_id = 1; +static gint menuitem_next_id = 0; /* A small little function to both clear the insides of a value as well as the memory it itself uses. */ |
