diff options
| author | 2009-06-08 23:28:05 +0200 | |
|---|---|---|
| committer | 2009-06-08 23:28:05 +0200 | |
| commit | 1a88579f3e35869b6736e195755fb127a1aeda78 (patch) | |
| tree | 6e70506cba5f76935c48c99e1c9555b216f3c1ba | |
| parent | fixing _SURF_URL XProperty. (diff) | |
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; |
