Improve unit tests coverage
[platform/core/appfw/shortcut.git] / lib / src / shortcut_internal.c
index ecb2328..cc2ab65 100644 (file)
@@ -688,7 +688,7 @@ EAPI int shortcut_add_to_home_widget_sync(const char *name,
        }
 
        body = g_variant_new("(sississdi)", request_id, getpid(), widget_id,
-                       name, size, NULL, icon, period, allow_duplicate);
+                       name, size, "", icon, period, allow_duplicate);
 
        ret = _send_sync_shortcut(body, &reply, "add_shortcut_widget");
        if (ret == SHORTCUT_ERROR_NONE) {