aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-04-25 14:51:03 -0500
committerTed Gould <ted@gould.cx>2011-04-25 14:51:03 -0500
commita35975270bc24b0f7d26f431c14be2ec054cdce7 (patch)
tree46722ef17258261914a60599491ef4854159f108 /libdbusmenu-glib/client.c
parent2c9d70b972291a0502b3e827f13b120e20565989 (diff)
parent565603d992afa03da6a8f485fcdbe8b71677f7db (diff)
downloadlibdbusmenu-a35975270bc24b0f7d26f431c14be2ec054cdce7.tar.gz
libdbusmenu-a35975270bc24b0f7d26f431c14be2ec054cdce7.tar.bz2
libdbusmenu-a35975270bc24b0f7d26f431c14be2ec054cdce7.zip
Merging U. Desktop
Diffstat (limited to 'libdbusmenu-glib/client.c')
-rw-r--r--libdbusmenu-glib/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c
index 2e6b09a..588c940 100644
--- a/libdbusmenu-glib/client.c
+++ b/libdbusmenu-glib/client.c
@@ -1239,7 +1239,7 @@ menuproxy_signal_cb (GDBusProxy * proxy, gchar * sender, gchar * signal, GVarian
} else if (priv->root == NULL) {
/* Drop out here, all the rest of these really need to have a root
node so we can just ignore them if there isn't one. */
- } else if (g_strcmp0(signal, "ItemPropertiesUpdated") == 0) {
+ } else if (g_strcmp0(signal, "ItemsPropertiesUpdated") == 0) {
/* Remove before adding just incase there is a duplicate, against the
rules, but we can handle it so let's do it. */
GVariantIter ritems;