2005-08-19 [paul] 1.9.13cvs38
[claws.git] / src / prefs_actions.c
index 441927f15d3c25a307571dd2a3207c5b9367a25e..a246a131cb89986644fe24990dcfaaccc57676f1 100644 (file)
@@ -318,7 +318,7 @@ void prefs_actions_read_config(void)
        debug_print("Reading actions configurations...\n");
 
        rcpath = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, ACTIONS_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);
                return;