contacts-provider: Remove static from action name string

There was no reason to have it static in the first place.
This commit is contained in:
Evangelos Ribeiro Tzaras
2022-01-18 11:27:40 +01:00
parent 99057452c5
commit c0a67d2cce

View File

@@ -195,7 +195,7 @@ folks_prepare_cb (GObject *obj,
static void
on_contacts_actions_updated (CallsContactsProvider *self)
{
static const char *contact_action_name = "new-contact-data";
const char *contact_action_name = "new-contact-data";
g_assert (CALLS_IS_CONTACTS_PROVIDER (self));