[hackers] [surf] fixing compilerwarning in newer webkit versions || Enno Boland (tox)

From: <hg_AT_suckless.org>
Date: Sun, 9 May 2010 20:40:21 +0000 (UTC)

changeset: 195:2c2b9299e794
user: Enno Boland (tox) <tox_AT_s01.de>
date: Thu May 06 13:09:54 2010 +0200
files: surf.c
description:
fixing compilerwarning in newer webkit versions

diff -r fde899376079 -r 2c2b9299e794 surf.c
--- a/surf.c Thu May 06 13:06:50 2010 +0200
+++ b/surf.c Thu May 06 13:09:54 2010 +0200
@@ -430,8 +430,7 @@
                 c->progress = 0;
                 update(c);
                 break;
- case WEBKIT_LOAD_PROVISIONAL:
- case WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT:
+ default:
                 break;
         }
 }
Received on Sun May 09 2010 - 20:40:21 UTC

This archive was generated by hypermail 2.2.0 : Sun May 09 2010 - 20:48:04 UTC