[gtksourceview] Apply line style also to main window



commit c70c4dac9ca1b164efd62e930aa4dfb71c52f15a
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Sat Sep 6 00:19:47 2014 +0200

    Apply line style also to main window

 gtksourceview/gtksourcestylescheme.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/gtksourcestylescheme.c b/gtksourceview/gtksourcestylescheme.c
index 74edb67..1c9d051 100644
--- a/gtksourceview/gtksourcestylescheme.c
+++ b/gtksourceview/gtksourcestylescheme.c
@@ -833,6 +833,7 @@ generate_css_style (GtkSourceStyleScheme *scheme)
                append_css_style (final_style, style, ".right");
                append_css_style (final_style, style, ".bottom");
                append_css_style (final_style, style, ".left");
+               append_css_style (final_style, style, "GtkSourceView");
        }
 
        if (*final_style->str != '\0')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]