[vte] Revert "widget: Install default CSS at FALLBACK priority"



commit 2606c74e2f3f13396a9fd9b1c9c8bee5189e1743
Author: Christian Persch <chpe gnome org>
Date:   Sun Apr 6 15:36:46 2014 +0200

    Revert "widget: Install default CSS at FALLBACK priority"
    
    This causes a off-by-one error somewhere that makes sizing not work correctly
    anymore. So revert this for now.
    
    This reverts commit 8d970eaf129221d925a26f4423b4baf4524ff481.

 src/vte.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 772e45b..efb95fe 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -8272,7 +8272,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]