diff options
| author | Enno Boland (Gottox) <gottox@s01.de> | 2009-06-08 23:28:05 +0200 | 
|---|---|---|
| committer | Enno Boland (Gottox) <gottox@s01.de> | 2009-06-08 23:28:05 +0200 | 
| commit | 1a88579f3e35869b6736e195755fb127a1aeda78 (patch) | |
| tree | 6e70506cba5f76935c48c99e1c9555b216f3c1ba | |
| parent | b9b055348d4b8ae9372702afc59793cdcba16144 (diff) | |
| download | surf-1a88579f3e35869b6736e195755fb127a1aeda78.tar.gz surf-1a88579f3e35869b6736e195755fb127a1aeda78.tar.bz2 surf-1a88579f3e35869b6736e195755fb127a1aeda78.zip | |
small fix.
| -rw-r--r-- | surf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -433,8 +433,8 @@ processx(GdkXEvent *e, GdkEvent *event, gpointer d) {  					&adummy, &idummy, &ldummy, &ldummy, &buf);  				loaduri(c, (gchar *)buf);  				XFree(buf); -				return GDK_FILTER_REMOVE;  			} +			return GDK_FILTER_REMOVE;  		}  	}  	return GDK_FILTER_CONTINUE; | 
