From a5dbed70afcb3e35670b729e5eee4463829ff470 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 3 Jan 2016 19:36:07 +1000 Subject: Re-enable the web browser I had forgotten disabling. --- src/extantz/woMan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extantz/woMan.c') diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c index 5436cc2..ad565d8 100644 --- a/src/extantz/woMan.c +++ b/src/extantz/woMan.c @@ -147,7 +147,7 @@ static void _grid_sel_cb(void *data, Evas_Object *obj, void *event_info) sprintf(buf, "uzbl -g '%dx%d+%d+%d' -u %s &", ourGlobals->win_w - (ourGlobals->win_w / 5), ourGlobals->win_h - 30, ourGlobals->win_w / 5, ourGlobals->win_y, thisGrid->splashPage); printf("%s ### genlist obj [%p], item pointer [%p]\n", buf, obj, event_info); // comment this out for now, busy dealing with input stuff, don't want to trigger this multiple times. -// system(buf); + system(buf); } -- cgit v1.1