[geany/geany] edeaa5: Show info message if selection style is invisible, not warning

Nick Treleaven git-noreply at xxxxx
Fri Jun 8 12:28:07 UTC 2012


Branch:      refs/heads/master
Author:      Nick Treleaven <nick.treleaven at btinternet.com>
Committer:   Nick Treleaven <nick.treleaven at btinternet.com>
Date:        Fri, 08 Jun 2012 12:28:07
Commit:      edeaa521a2a5eb1b759f50c750422ffb262c587e
             https://github.com/geany/geany/commit/edeaa521a2a5eb1b759f50c750422ffb262c587e

Log Message:
-----------
Show info message if selection style is invisible, not warning


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

Modified: src/highlighting.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -792,7 +792,7 @@ static void styleset_common(ScintillaObject *sci, guint ft_id)
 	style = &common_style_set.styling[GCS_SELECTION];
 	if (!style->bold && !style->italic)
 	{
-		g_warning("selection style is set to invisible - ignoring!");
+		geany_debug("selection style is set to invisible - ignoring!");
 		style->italic = TRUE;
 		style->background = 0xc0c0c0;
 	}


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