diff -r 035f00c4fd87 -r 1a294a6d2a57 pidgin/plugins/vvconfig.c --- a/pidgin/plugins/vvconfig.c Thu Mar 23 19:19:01 2017 +0300 +++ b/pidgin/plugins/vvconfig.c Thu Mar 23 19:37:57 2017 +0300 @@ -409,7 +409,7 @@ if (device[0] != '\0') g_object_set(G_OBJECT(ret), "device", device, NULL); - if (g_strcmp0(plugin, "autovideosink") == 0) { + if (purple_strequal(plugin, "autovideosink")) { g_signal_connect(ret, "child-added", G_CALLBACK(autovideosink_child_added_cb), NULL); } else {