mirror of
https://github.com/Cairo-Dock/cairo-dock-core.git
synced 2026-02-10 17:22:20 +02:00
Merge pull request #244 from dkondor/master
wayfire-integration: fix a typo
This commit is contained in:
@@ -495,7 +495,7 @@ static gboolean _check_one_prop (uint32_t id, const char *prop_name, WfViewMenuP
|
||||
cb_data1->prop = prop;
|
||||
|
||||
gboolean ret = _call_ipc_internal (obj, _on_got_view_prop, cb_data1);
|
||||
if (!ret) g_gree (cb_data1);
|
||||
if (!ret) g_free (cb_data1);
|
||||
json_object_put (obj);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user