Skip to content

Commit

Permalink
Merge pull request #1 from maemo-leste/fix-empty-atom-name
Browse files Browse the repository at this point in the history
hildon-im-protocol: add HILDON_IM_LONG_PRESS_SETTINGS_NAME to ATOM_NAME
  • Loading branch information
freemangordon committed Apr 4, 2020
2 parents 40bbe43 + a537374 commit 5c1fb6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hildon-im-protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ ATOM_NAME[HILDON_IM_NUM_ATOMS] =
HILDON_IM_CLIPBOARD_SELECTION_QUERY_NAME,
HILDON_IM_CLIPBOARD_SELECTION_REPLY_NAME,
HILDON_IM_PREEDIT_COMMITTED_NAME,
HILDON_IM_PREEDIT_COMMITTED_CONTENT_NAME
HILDON_IM_PREEDIT_COMMITTED_CONTENT_NAME,
HILDON_IM_LONG_PRESS_SETTINGS_NAME
};

/**
Expand Down

0 comments on commit 5c1fb6c

Please sign in to comment.