1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-14 00:17:35 +00:00

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));