From 16b319818e6826cfeaa2eaf3e9d2768a8bfc3bfb Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Thu, 14 Jan 2016 00:32:02 -0600 Subject: [PATCH] missed these.. --- src/lightdm-webkit2-greeter-ext.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lightdm-webkit2-greeter-ext.c b/src/lightdm-webkit2-greeter-ext.c index 35a069b..cf5b90a 100644 --- a/src/lightdm-webkit2-greeter-ext.c +++ b/src/lightdm-webkit2-greeter-ext.c @@ -1228,7 +1228,7 @@ static const JSStaticFunction gettext_functions[] = { {NULL, NULL, 0}}; -static const JSStaticFunction conffile_functions[] = { +static const JSStaticFunction config_file_functions[] = { {"get_str", get_conf_str_cb, kJSPropertyAttributeReadOnly}, {"get_num", get_conf_num_cb, kJSPropertyAttributeReadOnly}, {"get_bool", get_conf_bool_cb, kJSPropertyAttributeReadOnly}, @@ -1310,7 +1310,7 @@ window_object_cleared_callback(WebKitScriptWorld *world, WebKitFrame *frame, LightDMGreeter *greeter) { - JSObjectRef gettext_object, lightdm_greeter_object, conffile_object; + JSObjectRef gettext_object, lightdm_greeter_object, config_file_object; JSGlobalContextRef jsContext; JSObjectRef globalObject; WebKitDOMDocument *dom_document; @@ -1348,7 +1348,7 @@ window_object_cleared_callback(WebKitScriptWorld *world, kJSPropertyAttributeNone, NULL); - conffile_object = JSObjectMake(jsContext, conffile_class, greeter); + config_file_object = JSObjectMake(jsContext, config_file_class, greeter); JSObjectSetProperty(jsContext, globalObject,