Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
idnode: use 'create' event instead 'change' when idnode entry is created
  • Loading branch information
perexg committed Oct 12, 2015
1 parent 71861fd commit 6080ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idnode.c
Expand Up @@ -166,7 +166,7 @@ idnode_insert(idnode_t *in, const char *uuid, const idclass_t *class, int flags)
assert(c == NULL);

/* Fire event */
idnode_notify_changed(in);
idnode_notify(in, "create");

return 0;
}
Expand Down

0 comments on commit 6080ebd

Please sign in to comment.