typo
authorEnno Boland (tox) <tox@s01.de>
Mon, 21 Sep 2009 01:27:20 +0000 (03:27 +0200)
committerEnno Boland (tox) <tox@s01.de>
Mon, 21 Sep 2009 01:27:20 +0000 (03:27 +0200)
surf.c

diff --git a/surf.c b/surf.c
index 0304a9a..d8ab7f9 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -450,10 +450,10 @@ newclient(void) {
        gdk_window_add_filter(GTK_WIDGET(c->win)->window, processx, c);
        webkit_web_view_set_full_content_zoom(c->view, TRUE);
        settings = webkit_web_view_get_settings(c->view);
-       g_object_set (G_OBJECT(settings), "user-agent", "surf", NULL);
+       g_object_set(G_OBJECT(settings), "user-agent", "surf", NULL);
        filename = g_build_filename(workdir, "style.css", NULL);
        filename = g_strdup_printf("file://%s", filename);
-       g_object_set (G_OBJECT(settings), "user-stylesheet-uri", filename, NULL);
+       g_object_set(G_OBJECT(settings), "user-stylesheet-uri", filename, NULL);
 
        c->download = NULL;
        c->title = NULL;