~kris/suckless

tabbed

1a88579f3e35869b6736e195755fb127a1aeda78 — Enno Boland (Gottox) 17 years ago b9b0553
small fix.
1 files changed, 1 insertions(+), 1 deletions(-)

M surf.c
M surf.c => surf.c +1 -1
@@ 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;