[geany/geany] 8a9289: Fix project dialog recreation (oops)

Nick Treleaven git-noreply at xxxxx
Thu Jul 26 00:02:55 UTC 2012


Branch:      refs/heads/document-messages
Author:      Nick Treleaven <nick.treleaven at btinternet.com>
Committer:   Nick Treleaven <nick.treleaven at btinternet.com>
Date:        Mon, 09 Jan 2012 16:43:14
Commit:      8a928956a42c684476dbfb47fdeaa0989b0626a1
             https://github.com/geany/geany/commit/8a928956a42c684476dbfb47fdeaa0989b0626a1

Log Message:
-----------
Fix project dialog recreation (oops)

Remove memset - rely on static data to be zeroed.


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

Modified: src/project.c
2 files changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -494,8 +494,6 @@ static void show_project_properties(gboolean show_build)
 	GtkWidget *radio_long_line_custom;
 	static PropertyDialogElements e;
 
-	memset(&e, 0, sizeof(PropertyDialogElements));
-
 	g_return_if_fail(app->project != NULL);
 
 	entries_modified = FALSE;


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list