diff options
| author | Enno Boland (tox) <tox@s01.de> | 2009-09-21 03:27:20 +0200 | 
|---|---|---|
| committer | Enno Boland (tox) <tox@s01.de> | 2009-09-21 03:27:20 +0200 | 
| commit | a3e1e27762e302b4eb41958c252e0cad9f226832 (patch) | |
| tree | 97380cbf2a693acdae8a37eb2591de886514b969 | |
| parent | 2e9af543630c42a55fba98e9367cea9b268142ed (diff) | |
| download | surf-a3e1e27762e302b4eb41958c252e0cad9f226832.tar.gz surf-a3e1e27762e302b4eb41958c252e0cad9f226832.tar.bz2 surf-a3e1e27762e302b4eb41958c252e0cad9f226832.zip  | |
typo
| -rw-r--r-- | surf.c | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -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;  | 
