2007-11-21 [colin] 3.1.0cvs14
[claws.git] / src / prefs_account.c
index c0ee3effe8405546c79b40f53e3c40c805fe5e6f..d23a817f98b1e5fec4a045b4d505c2c11d05764b 100644 (file)
@@ -3491,7 +3491,7 @@ static void prefs_account_signature_edit_cb(GtkWidget *widget, gpointer data)
        const gchar *sigpath = gtk_entry_get_text(GTK_ENTRY(data));
        if (!is_file_exist(sigpath))
                str_write_to_file(sigpath, "");
-       open_txt_editor(sigpath, prefs_common.ext_editor_cmd);
+       open_txt_editor(sigpath, prefs_common_get_ext_editor_cmd());
 }
 
 static void prefs_account_edit_custom_header(void)