~dbusmenu-team/libdbusmenu/trunk.16.04

« back to all changes in this revision

Viewing changes to tests/json-loader.c

Syncing up to the group properties branch so our tests pass

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
 
110
110
                if (variant != NULL) {
111
111
                        dbusmenu_menuitem_property_set_variant(mi, member, variant);
112
 
                        g_variant_unref(variant);
113
112
                }
114
113
        }
115
114