Merge pull request #11 from paulfariello/master

Correct alignment of sequence in infobar
This commit is contained in:
Martin Duquesnoy 2012-01-27 02:45:10 -08:00
commit 02e48d1cd8

View File

@ -152,6 +152,9 @@ status_parse(struct status_ctx *ctx)
#endif /* HAVE_IMLIB2 */
}
if (sq->align == Right)
SLIST_INSERT_HEAD(&ctx->statushead, sq, next);
else
SLIST_INSERT_TAIL(&ctx->statushead, sq, next, prev);
/*