in your gallery.php file there is a php function called display_comments (near line 886). Here is where plogger will call mysql for a query on comments associated with an image. What I would do is... add to the two $query lines the:
ORDER BY `id` DESC
don't have mysql access on my host atm so I can't confirm thats going to work only assuming that plogger uses a unique id to tag all the comments.