diff options
author | David Walter Seikel | 2016-01-03 19:36:07 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-01-03 19:36:07 +1000 |
commit | a5dbed70afcb3e35670b729e5eee4463829ff470 (patch) | |
tree | 37e5f7418578233abc27928d4c4354dec0bf87fd /src/extantz | |
parent | Oops, uncomment this, so that file open works again. (diff) | |
download | SledjHamr-a5dbed70afcb3e35670b729e5eee4463829ff470.zip SledjHamr-a5dbed70afcb3e35670b729e5eee4463829ff470.tar.gz SledjHamr-a5dbed70afcb3e35670b729e5eee4463829ff470.tar.bz2 SledjHamr-a5dbed70afcb3e35670b729e5eee4463829ff470.tar.xz |
Re-enable the web browser I had forgotten disabling.
Diffstat (limited to 'src/extantz')
-rw-r--r-- | src/extantz/woMan.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
147 | 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); | 147 | 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); |
148 | printf("%s ### genlist obj [%p], item pointer [%p]\n", buf, obj, event_info); | 148 | printf("%s ### genlist obj [%p], item pointer [%p]\n", buf, obj, event_info); |
149 | // comment this out for now, busy dealing with input stuff, don't want to trigger this multiple times. | 149 | // comment this out for now, busy dealing with input stuff, don't want to trigger this multiple times. |
150 | // system(buf); | 150 | system(buf); |
151 | } | 151 | } |
152 | 152 | ||
153 | 153 | ||