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-20 10:23:09 +00:00
parent 99057452c5
commit c0a67d2cce
+1 -1
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));