[geany/geany] ba8ff7: Merge pull request #374 from kugel-/for-upstream

Colomban Wendling git-noreply at xxxxx
Sat Nov 8 18:04:20 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <lists.ban at herbesfolles.org>
Committer:   Colomban Wendling <lists.ban at herbesfolles.org>
Date:        Sat, 08 Nov 2014 18:04:20 UTC
Commit:      ba8ff712b0b5d4cc08f0f6a89f5738e43a9ce3e9
             https://github.com/geany/geany/commit/ba8ff712b0b5d4cc08f0f6a89f5738e43a9ce3e9

Log Message:
-----------
Merge pull request #374 from kugel-/for-upstream

project: Remove unecessary calls after loading project files


Modified Paths:
--------------
    src/project.c

Modified: src/project.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -1070,8 +1070,6 @@ static gboolean load_config(const gchar *filename)
 		document_close_all();
 		/* read session files so they can be opened with configuration_open_files() */
 		configuration_load_session_files(config, FALSE);
-		document_new_file_if_non_open();
-		ui_focus_current_document();
 	}
 	g_signal_emit_by_name(geany_object, "project-open", config);
 	g_key_file_free(config);



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list