]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.c
gui: Only check STDIN for readability if curses is active.
[paraslash.git] / command.c
index e94fb8efa88748566e7904f81dd0a9c001a1cdf1..d317c345314908b4629d7452e2f5fec4cb172f67 100644 (file)
--- a/command.c
+++ b/command.c
@@ -865,7 +865,7 @@ static int com_chs(int fd, int argc, char **argv)
                if (strcmp(dblist[i].name, argv[1]))
                        continue;
                mmd_lock();
-               mmd->dbt_change = i;
+               mmd->selector_change = i;
                mmd->events++;
                mmd_unlock();
                return 1;