Merge branch 'notify-send-support-file-proto' into 'master'

notify-send: allow passing colon as hint value

See merge request GNOME/libnotify!4
This commit is contained in:
Iain Lane 2019-02-15 13:35:36 +00:00
commit d3277ac331
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ main (int argc, char *argv[])
char **tokens = NULL;
while ((hint = hints[i++])) {
tokens = g_strsplit (hint, ":", -1);
tokens = g_strsplit (hint, ":", 3);
l = g_strv_length (tokens);
if (l != 3) {