diff options
Diffstat (limited to '')
-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 | ||