diff options
Diffstat (limited to 'src/ephy-completion-model.c')
-rw-r--r-- | src/ephy-completion-model.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c index fd5437934..851174fc3 100644 --- a/src/ephy-completion-model.c +++ b/src/ephy-completion-model.c @@ -193,6 +193,7 @@ root_child_added_cb (EphyNode *node, static void root_child_changed_cb (EphyNode *node, EphyNode *child, + guint property_id, EphyCompletionModel *model) { GtkTreePath *path; |