[gtksourceview] Use the :focus pseudoclass instead of the deprecaed :focused
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Use the :focus pseudoclass instead of the deprecaed :focused
- Date: Wed, 30 Dec 2015 17:28:33 +0000 (UTC)
commit c7f0594a6f2604d44edd362f4137cdad4598517c
Author: Paolo Borelli <pborelli gnome org>
Date: Wed Dec 30 18:26:00 2015 +0100
Use the :focus pseudoclass instead of the deprecaed :focused
gtksourceview/gtksourcestylescheme.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourcestylescheme.c b/gtksourceview/gtksourcestylescheme.c
index fc5a948..121e155 100644
--- a/gtksourceview/gtksourcestylescheme.c
+++ b/gtksourceview/gtksourcestylescheme.c
@@ -906,7 +906,7 @@ generate_css_style (GtkSourceStyleScheme *scheme)
append_css_style (final_style, style, "text, .view");
style = gtk_source_style_scheme_get_style (scheme, STYLE_SELECTED);
- append_css_style (final_style, style, "textview:selected:focused");
+ append_css_style (final_style, style, "textview:selected:focus");
style2 = gtk_source_style_scheme_get_style (scheme, STYLE_SELECTED_UNFOCUSED);
append_css_style (final_style,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]