Navigation Menu

Skip to content

Commit

Permalink
Fix for css command baf7768 from @Ziphilt
Browse files Browse the repository at this point in the history
  • Loading branch information
dylex committed Oct 19, 2014
1 parent ee286ff commit f0fad79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.c
Expand Up @@ -1682,7 +1682,7 @@ IMPLEMENT_COMMAND (css)
whitelist = NULL;
}
if (blacklist && !*blacklist) {
whitelist = NULL;
blacklist = NULL;
}

gchar **whitelist_list = NULL;
Expand Down

0 comments on commit f0fad79

Please sign in to comment.