From a3e1e27762e302b4eb41958c252e0cad9f226832 Mon Sep 17 00:00:00 2001 From: Enno Boland (tox) Date: Mon, 21 Sep 2009 03:27:20 +0200 Subject: typo --- surf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/surf.c b/surf.c index 0304a9a..d8ab7f9 100644 --- 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; -- cgit v1.2.3-59-g8ed1b e>
aboutsummaryrefslogtreecommitdiffstats
path: root/src/history.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-23make was improperly being called inside the container on a project that is mi...Gravatar Andrew D. France 2-5/+9
2025-07-23Attempt to patch CI pipeline: Dockerfile will now be selfcontained, and thus,...Gravatar Andrew D. France 2-32/+43
2025-07-23CRITICAL ISSUE: Deleting lib/ files has introduced the issue of actually auto...Gravatar Andrew D. France 1-38/+25
2025-07-23CRITICAL FOR TESTING: This copies the entire Jenkins workspace (including the...Gravatar Andrew D. France 2-9/+7