]> git.cworth.org Git - acre/commit
Silence pango warning if X or Y-axis label is unset.
authorCarl Worth <cworth@cworth.org>
Thu, 7 Nov 2013 13:32:32 +0000 (05:32 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 7 Nov 2013 13:32:32 +0000 (05:32 -0800)
commitffb47f290a9cf9cd9b36ba6ab0905b8f7be8bc6a
treee5653a983ef14b757de9ea33dd7891874f704228
parentb6573972a3780eac2664602c164f13952a4cd8b1
Silence pango warning if X or Y-axis label is unset.

Pango emits an annoying warning if we pass it a NULL string, (though
it seems to do the right thing regardless). Quiet it down by passing
it an empty string instead.
acre.c