Kaydet (Commit) c61bf3ca authored tarafından Enrico Tröger's avatar Enrico Tröger

Fixed wrong count of function arguments.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@692 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 639eb97a
......@@ -176,7 +176,7 @@ void win32_show_file_dialog(gboolean file_open)
{
gint idx = document_get_cur_idx();
doc_list[idx].file_name = g_strdup(fname);
document_save_file(idx);
document_save_file(idx, TRUE);
}
g_free(fname);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment