Merge branch 'fix-array-length' into 'main'

malcontent-control: Fix an unterminated option entry array

See merge request pwithnall/malcontent!125
This commit is contained in:
Philip Withnall 2021-10-07 13:44:17 +00:00
commit b311cbd2bf
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ mct_application_constructed (GObject *object)
N_("User to select in the UI"),
/* Translators: This is a placeholder for a command line argument value: */
N_("USERNAME") },
{ NULL, },
};
g_application_set_application_id (application, "org.freedesktop.MalcontentControl");