/[gtktalog]/gtktalog/src/gtktalog/setup.c
ViewVC logotype

Diff of /gtktalog/src/gtktalog/setup.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.103.2.2 by ymettier, Thu Jun 19 20:37:01 2003 UTC revision 1.103.2.3 by ymettier, Mon Jun 23 17:22:12 2003 UTC
# Line 2700  save_myconfig () Line 2700  save_myconfig ()
2700    
2701            fprintf (f, "\n# Size format\n");            fprintf (f, "\n# Size format\n");
2702            fprintf (f,            fprintf (f,
2703                     "# SizeFormat [Bytes|KiloBytes|MegaBytes|GigaBytes|HumanReadable|Bytes_Human]\\n");                     "# SizeFormat [Bytes|KiloBytes|MegaBytes|GigaBytes|HumanReadable|Bytes_Human]\n");
2704            switch (my_config->size_format)            switch (my_config->size_format)
2705              {              {
2706              case SIZE_FORMAT_B:              case SIZE_FORMAT_B:
# Line 2719  save_myconfig () Line 2719  save_myconfig ()
2719                fprintf (f, "SizeFormat HumanReadable\n");                fprintf (f, "SizeFormat HumanReadable\n");
2720                break;                break;
2721              case SIZE_FORMAT_B_HUMAN:              case SIZE_FORMAT_B_HUMAN:
2722                fprintf (f, "SizeFormat Bytes_Human\\n");                fprintf (f, "SizeFormat Bytes_Human\n");
2723                break;                break;
2724              }              }
2725    

Legend:
Removed from v.1.103.2.2  
changed lines
  Added in v.1.103.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26