Sun, 15 Jul 2007 11:59:48 +0000
Typo fix. This bit of code must be cursed.
| finch/libgnt/gntstyle.c | file | annotate | diff | comparison | revisions |
--- a/finch/libgnt/gntstyle.c Sun Jul 15 04:57:03 2007 +0000 +++ b/finch/libgnt/gntstyle.c Sun Jul 15 11:59:48 2007 +0000 @@ -49,7 +49,7 @@ { #if GLIB_CHECK_VERSION(2,6,0) const char *prg = g_get_prgname(); - if ((group == NULL || *group != '\0') && prg && + if ((group == NULL || *group == '\0') && prg && g_key_file_has_group(gkfile, prg)) group = prg; if (!group)