[vte/vte-next: 76/223] Install default CSS at FALLBACK priority
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-next: 76/223] Install default CSS at FALLBACK priority
- Date: Wed, 22 Jun 2011 20:55:00 +0000 (UTC)
commit a488c8779760bdb5de4e3c636a1663d4a09eb6db
Author: Christian Persch <chpe gnome org>
Date: Tue May 17 21:43:48 2011 +0200
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 76116da..1f7a57f 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -7683,7 +7683,7 @@ vte_terminal_init(VteTerminal *terminal)
gtk_style_context_add_provider (gtk_widget_get_style_context (&terminal->widget),
VTE_TERMINAL_GET_CLASS (terminal)->priv->style_provider,
- GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
+ GTK_STYLE_PROVIDER_PRIORITY_FALLBACK);
vte_terminal_update_style (terminal);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]