mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-13 16:07:36 +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:
parent
99057452c5
commit
c0a67d2cce
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue