Replaced call to g_strcmp0 with strcmp, since the former
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 9 Jan 2009 21:43:34 +0000 (06:43 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 9 Jan 2009 21:43:34 +0000 (06:43 +0900)
commit30f20a0669fbab0a8b2ab0b49bb476c40aadd417
tree661cf8b2d6f185c945f46437517f13f66bb048fb
parent7c5ebb0aaa6c55c658120c3787ade5e13d27fc05
Replaced call to g_strcmp0 with strcmp, since the former
is available only in glib 2.16+.

Thanks to unknown-1 for reporting this.
src/ui/gui/psppire-dialog.c