comparison src/rcfile.c @ 1444:a005287bffc7

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 15:01:07 +0000
parents d7a6fb7a90dd
children e015b6573d36
comparison
equal deleted inserted replaced
1443:f879e7d94c6d 1444:a005287bffc7
547 while (work) 547 while (work)
548 { 548 {
549 LayoutWindow *lw = work->data; 549 LayoutWindow *lw = work->data;
550 layout_write_config(lw, outstr, indent); 550 layout_write_config(lw, outstr, indent);
551 work = work->next; 551 work = work->next;
552 552 }
553 }
554
555
556 553
557 secure_fputs(ssi, outstr->str); 554 secure_fputs(ssi, outstr->str);
558 g_string_free(outstr, TRUE); 555 g_string_free(outstr, TRUE);
559 556
560 if (secure_close(ssi)) 557 if (secure_close(ssi))
734 while (*attribute_names) 731 while (*attribute_names)
735 { 732 {
736 const gchar *option = *attribute_names++; 733 const gchar *option = *attribute_names++;
737 const gchar *value = *attribute_values++; 734 const gchar *value = *attribute_values++;
738 735
739
740 if (READ_BOOL(options->color_profile, enabled)) continue; 736 if (READ_BOOL(options->color_profile, enabled)) continue;
741 if (READ_BOOL(options->color_profile, use_image)) continue; 737 if (READ_BOOL(options->color_profile, use_image)) continue;
742 if (READ_INT(options->color_profile, input_type)) continue; 738 if (READ_INT(options->color_profile, input_type)) continue;
743 if (READ_INT(options->color_profile, screen_type)) continue; 739 if (READ_INT(options->color_profile, screen_type)) continue;
744 if (READ_CHAR(options->color_profile, screen_file)) continue; 740 if (READ_CHAR(options->color_profile, screen_file)) continue;