[vte] Revert "Add the style context provider with FALLBACK priority"



commit bd86e7637d89a55941674756e3e223c82aee2305
Author: Christian Persch <chpe gnome org>
Date:   Wed Jul 15 18:53:10 2015 +0200

    Revert "Add the style context provider with FALLBACK priority"
    
    This reverts commit a264918ad22973c69897c559260e77cb14018235.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750559

 src/vte.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index 18fa001..b529687 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -8475,7 +8475,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_FALLBACK);
+                                        GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
 }
 
 /* Tell GTK+ how much space we need. */


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