diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/prefs-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index 8b715692e..a74ecb9f6 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -602,7 +602,7 @@ create_node_combo (EphyDialog *dialog, combo = GTK_COMBO_BOX (ephy_dialog_get_control (dialog, properties[prop].id)); - nodemodel = ephy_tree_model_node_new (node, NULL); + nodemodel = ephy_tree_model_node_new (node); title_col = ephy_tree_model_node_add_prop_column (nodemodel, G_TYPE_STRING, EPHY_NODE_ENCODING_PROP_TITLE_ELIDED); |