It is possible, but you have to specify the categories you want to show up in the plugin code itself. Find the code below in your CPL plugin. All you have to do is add the category ID # of each category for that category to show up. Use the code below as an example. I hope this has helped and is what you needed.
c2c_get_recent_posts ($num_posts = 8,
$format = "%post_URL%",
$categories = '2 3 4 5',
// space separated list of category IDs -- leave empty to get all