[evolution/wip-webkit2] Rename WebKitWebSettings variable to WebKitSettings



commit ed0f381a2344d1a48c537c87e9dd1a2bac4b36c2
Author: Tomas Popela <tpopela redhat com>
Date:   Wed Oct 30 14:01:24 2013 +0100

    Rename WebKitWebSettings variable to WebKitSettings

 modules/web-inspector/evolution-web-inspector.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/web-inspector/evolution-web-inspector.c b/modules/web-inspector/evolution-web-inspector.c
index 2742844..2b5b5ea 100644
--- a/modules/web-inspector/evolution-web-inspector.c
+++ b/modules/web-inspector/evolution-web-inspector.c
@@ -91,7 +91,7 @@ web_inspector_constructed (GObject *object)
 {
        EWebInspector *extension;
        WebKitWebView *web_view;
-       WebKitWebSettings *settings;
+       WebKitSettings *settings;
 
        extension = E_WEB_INSPECTOR (object);
        web_view = web_inspector_get_web_view (extension);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]