[hackers] [surf] unfocus should return false; renaming cookie-file. || Enno Boland (tox)

From: <hg_AT_suckless.org>
Date: Fri, 11 Sep 2009 06:10:33 +0000 (UTC)

changeset: 98:aa61bbf69296
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Fri Sep 11 08:12:08 2009 +0200
files: surf.c
description:
unfocus should return false; renaming cookie-file.

diff -r dd93814a839b -r aa61bbf69296 surf.c
--- a/surf.c Fri Sep 11 07:21:18 2009 +0200
+++ b/surf.c Fri Sep 11 08:12:08 2009 +0200
@@ -601,7 +601,7 @@
 
         /* cookie persistance */
         s = webkit_get_default_session();
- name = g_build_filename(workdir, "cookies.jar", NULL);
+ name = g_build_filename(workdir, "cookies.txt", NULL);
         cookiejar = soup_cookie_jar_text_new(name, FALSE);
         soup_session_add_feature(s, SOUP_SESSION_FEATURE(cookiejar));
 }
@@ -663,7 +663,7 @@
 unfocusbar(GtkWidget *w, GdkEventFocus *e, Client *c) {
         hidesearch(c, NULL);
         hideurl(c, NULL);
- return TRUE;
+ return FALSE;
 }
 
 void
Received on Fri Sep 11 2009 - 06:10:33 UTC

This archive was generated by hypermail 2.2.0 : Fri Sep 11 2009 - 06:12:15 UTC