diff options
author | Ted Gould <ted@gould.cx> | 2011-04-25 15:10:47 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-25 15:10:47 -0500 |
commit | ddd6e111fef609b37ab31198e3494c4b0873ee2e (patch) | |
tree | b526b34090122d6e4486e20e45974bccddf31588 /libdbusmenu-glib/client.c | |
parent | 347535df0acc9c81bfecf8db6190ca402cb42ded (diff) | |
parent | 2b93a6778095ef3b928eea0e29a742db2eea4160 (diff) | |
download | libdbusmenu-ddd6e111fef609b37ab31198e3494c4b0873ee2e.tar.gz libdbusmenu-ddd6e111fef609b37ab31198e3494c4b0873ee2e.tar.bz2 libdbusmenu-ddd6e111fef609b37ab31198e3494c4b0873ee2e.zip |
Import upstream version 0.4.4
Diffstat (limited to 'libdbusmenu-glib/client.c')
-rw-r--r-- | libdbusmenu-glib/client.c | 2 |
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; |