Kaydet (Commit) 534f1045 authored tarafından Nick Treleaven's avatar Nick Treleaven

Remove unnecessary document_show_tab() call (oops).


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@6018 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 1563c625
......@@ -703,7 +703,6 @@ gboolean dialogs_show_save_as()
gboolean result = FALSE;
g_return_val_if_fail(doc, FALSE);
document_show_tab(doc);
#ifdef G_OS_WIN32
if (interface_prefs.use_native_windows_dialogs)
......
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