[geany/geany] adfbfa: Remove useless warning message written in bad English (oops)

Colomban Wendling git-noreply at xxxxx
Thu Jul 26 00:02:14 UTC 2012


Branch:      refs/heads/document-messages
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 11 Dec 2011 22:38:04
Commit:      adfbfa5838749036728f19c440be90f9abb5190e
             https://github.com/geany/geany/commit/adfbfa5838749036728f19c440be90f9abb5190e

Log Message:
-----------
Remove useless warning message written in bad English (oops)


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

Modified: src/keyfile.c
3 files changed, 0 insertions(+), 3 deletions(-)
===================================================================
@@ -921,9 +921,6 @@ static void load_ui_prefs(GKeyFile *config)
 	geo = g_key_file_get_integer_list(config, PACKAGE, "geometry", &geo_len, NULL);
 	if (! geo || geo_len < 5)
 	{
-		if (geo_len < 5)
-			g_warning("Cannot restore window geometry: invalid geometry saved");
-
 		ui_prefs.geometry[0] = -1;
 		ui_prefs.geometry[1] = -1;
 		ui_prefs.geometry[2] = -1;


@@ 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