Merge lp:~mterry/libdbusmenu/641209 into lp:libdbusmenu/0.5

Proposed by Michael Terry
Status: Merged
Merged at revision: 301
Proposed branch: lp:~mterry/libdbusmenu/641209
Merge into: lp:libdbusmenu/0.5
Diff against target: 12 lines (+1/-1)
1 file modified
libdbusmenu-glib/client.c (+1/-1)
To merge this branch: bzr merge lp:~mterry/libdbusmenu/641209
Reviewer Review Type Date Requested Status
DBus Menu Team Pending
Review via email: mp+58364@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libdbusmenu-glib/client.c'
2--- libdbusmenu-glib/client.c 2011-04-11 04:26:46 +0000
3+++ libdbusmenu-glib/client.c 2011-04-19 17:57:17 +0000
4@@ -1239,7 +1239,7 @@
5 } else if (priv->root == NULL) {
6 /* Drop out here, all the rest of these really need to have a root
7 node so we can just ignore them if there isn't one. */
8- } else if (g_strcmp0(signal, "ItemPropertiesUpdated") == 0) {
9+ } else if (g_strcmp0(signal, "ItemsPropertiesUpdated") == 0) {
10 /* Remove before adding just incase there is a duplicate, against the
11 rules, but we can handle it so let's do it. */
12 GVariantIter ritems;

Subscribers

People subscribed via source and target branches