2005-08-19 [paul] 1.9.13cvs38
[claws.git] / src / prefs_display_header.c
index a1305c0f32d874748eb3afb53843da1dbc2841ca..e2a94a808bcf36bb0b5231241fe2924897b1b611 100644 (file)
@@ -398,7 +398,7 @@ void prefs_display_header_read_config(void)
 
        rcpath = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S,
                             DISPLAY_HEADER_RC, NULL);
-       if ((fp = fopen(rcpath, "rb")) == NULL) {
+       if ((fp = g_fopen(rcpath, "rb")) == NULL) {
                if (ENOENT != errno) FILE_OP_ERROR(rcpath, "fopen");
                g_free(rcpath);
                prefs_common.disphdr_list = NULL;