summaryrefslogtreecommitdiffstats
path: root/source/dmenu-dialog.c
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-05-27 08:31:59 +0200
committerQball Cow <qball@gmpclient.org>2014-05-27 08:31:59 +0200
commit749d3e62232ecd34694c6c3d8fadc1067c929f17 (patch)
tree723ca5037ddddaba30606a5c9e0f084210e5b0ea /source/dmenu-dialog.c
parentd573f3db4d8f2e94b27f4b02664a9c7a6ec5d4da (diff)
Add docs
Diffstat (limited to 'source/dmenu-dialog.c')
-rw-r--r--source/dmenu-dialog.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/dmenu-dialog.c b/source/dmenu-dialog.c
index 711431f7..5d4f9406 100644
--- a/source/dmenu-dialog.c
+++ b/source/dmenu-dialog.c
@@ -71,8 +71,7 @@ SwitcherMode dmenu_switcher_dialog ( char **input )
{
int selected_line = 0;
SwitcherMode retv = MODE_EXIT;
- // act as a launcher
- char **list = get_dmenu ( );
+ char **list = get_dmenu ( );
int mretv = menu ( list, input, dmenu_prompt, NULL, NULL,
token_match, NULL, &selected_line );