528
528
checksum_type = gconf_client_get_int (client, GCONF_KEY_CHECKSUM_TYPE, NULL);
534
532
gchecksum_type = G_CHECKSUM_MD5;
535
533
else if (checksum_type & BRASERO_CHECKSUM_SHA1_FILE)
536
534
gchecksum_type = G_CHECKSUM_SHA1;
537
535
else if (checksum_type & BRASERO_CHECKSUM_SHA256_FILE)
538
536
gchecksum_type = G_CHECKSUM_SHA256;
540
539
gchecksum_type = G_CHECKSUM_MD5;
542
542
/* opens a file for the sums */
543
543
switch (gchecksum_type) {