Mercurial > geeqie.yaz
comparison src/layout.c @ 1464:1b3751ac4743
be more verbose on parse errors
author | nadvornik |
---|---|
date | Fri, 20 Mar 2009 10:12:29 +0000 |
parents | 25168240a247 |
children | 6e020d3ab168 |
comparison
equal
deleted
inserted
replaced
1463:25168240a247 | 1464:1b3751ac4743 |
---|---|
2432 | 2432 |
2433 if (READ_UINT(*layout, image_overlay.state)) continue; | 2433 if (READ_UINT(*layout, image_overlay.state)) continue; |
2434 if (READ_INT(*layout, image_overlay.histogram_channel)) continue; | 2434 if (READ_INT(*layout, image_overlay.histogram_channel)) continue; |
2435 if (READ_INT(*layout, image_overlay.histogram_mode)) continue; | 2435 if (READ_INT(*layout, image_overlay.histogram_mode)) continue; |
2436 | 2436 |
2437 DEBUG_1("unknown attribute %s = %s", option, value); | 2437 log_printf("unknown attribute %s = %s\n", option, value); |
2438 } | 2438 } |
2439 | 2439 |
2440 } | 2440 } |
2441 | 2441 |
2442 static void layout_config_commandline(LayoutOptions *lop, gchar **path) | 2442 static void layout_config_commandline(LayoutOptions *lop, gchar **path) |