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:
@@ -195,7 +195,7 @@ folks_prepare_cb (GObject *obj,
|
|||||||
static void
|
static void
|
||||||
on_contacts_actions_updated (CallsContactsProvider *self)
|
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));
|
g_assert (CALLS_IS_CONTACTS_PROVIDER (self));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user