[vte] widget: Install default CSS at FALLBACK priority
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] widget: Install default CSS at FALLBACK priority
- Date: Sun, 6 Apr 2014 09:36:14 +0000 (UTC)
commit 8d970eaf129221d925a26f4423b4baf4524ff481
Author: Christian Persch <chpe gnome org>
Date: Tue May 17 21:43:48 2011 +0200
widget: Install default CSS at FALLBACK priority
src/vte.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index ffa7fdd..126ce6f 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -8223,7 +8223,7 @@ vte_terminal_init(VteTerminal *terminal)
context = gtk_widget_get_style_context (&terminal->widget);
gtk_style_context_add_provider (context,
VTE_TERMINAL_GET_CLASS (terminal)->priv->style_provider,
- GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
+ GTK_STYLE_PROVIDER_PRIORITY_FALLBACK);
}
/* Tell GTK+ how much space we need. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]