[vte/vte-next] Install default CSS at FALLBACK priority



commit a57bdb81920100b64f6cac8161f0eafabd9c5077
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 0a5b7b1..417892f 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -7685,7 +7685,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]