Introduction
Introduction Statistics Contact Development Disclaimer Help
tuse tabs not spaces! - surf - customized build of surf, the suckless webkit br…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 05bf05e4a2f0f928106438fb4f4d9fffbb9f7283
parent f287155cb95d73f4bb6975a8605a2b7e825cf5ed
Author: Enno Boland (Gottox) <[email protected]>
Date: Mon, 8 Jun 2009 09:38:01 +0200
use tabs not spaces!
Diffstat:
M surf.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -423,10 +423,10 @@ updatetitle(Client *c) {
int main(int argc, char *argv[]) {
gchar *uri = NULL, *file = NULL;
- SoupSession *s;
+ SoupSession *s;
Client *c;
int o;
- const gchar *home, *filename;
+ const gchar *home, *filename;
gtk_init(NULL, NULL);
if (!g_thread_supported())
t@@ -469,12 +469,12 @@ int main(int argc, char *argv[]) {
if(!clients)
newclient();
- /* cookie persistance */
- s = webkit_get_default_session();
- home = g_get_home_dir();
- filename = g_build_filename(home, ".surf-cookies", NULL);
- cookiejar = soup_cookie_jar_text_new(filename, FALSE);
- soup_session_add_feature(s, SOUP_SESSION_FEATURE(cookiejar));
+ /* cookie persistance */
+ s = webkit_get_default_session();
+ home = g_get_home_dir();
+ filename = g_build_filename(home, ".surf-cookies", NULL);
+ cookiejar = soup_cookie_jar_text_new(filename, FALSE);
+ soup_session_add_feature(s, SOUP_SESSION_FEATURE(cookiejar));
gtk_main();
cleanup();
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.