aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-01-03 20:36:24 +1000
committerDavid Walter Seikel2016-01-03 20:36:24 +1000
commit1c0565a8b1af123f3a0aaf3edc7430c646c1bce6 (patch)
treeb3d31d0fca1b04625796400d28aa0a9dc71cb3f3 /src/extantz
parentClean up logging, removing most of the printf's. (diff)
downloadSledjHamr-1c0565a8b1af123f3a0aaf3edc7430c646c1bce6.zip
SledjHamr-1c0565a8b1af123f3a0aaf3edc7430c646c1bce6.tar.gz
SledjHamr-1c0565a8b1af123f3a0aaf3edc7430c646c1bce6.tar.bz2
SledjHamr-1c0565a8b1af123f3a0aaf3edc7430c646c1bce6.tar.xz
Remove left over comments.
Diffstat (limited to 'src/extantz')
-rw-r--r--src/extantz/woMan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c
index ad565d8..42390cc 100644
--- a/src/extantz/woMan.c
+++ b/src/extantz/woMan.c
@@ -146,7 +146,6 @@ static void _grid_sel_cb(void *data, Evas_Object *obj, void *event_info)
146// sprintf(buf, "dillo -f -g '%dx%d+%d+%d' %s &", gld->win_w - (ourGlobals->win_w / 5), ourGlobals->win_h - 30, ourGlobals->win_w / 5, ourGlobals->win_y, thisGrid->splashPage); 146// sprintf(buf, "dillo -f -g '%dx%d+%d+%d' %s &", gld->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); 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.
150 system(buf); 149 system(buf);
151} 150}
152 151