summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2015-07-15 18:53:10 +0200
committerChristian Persch <chpe@gnome.org>2015-07-15 18:55:01 +0200
commitbd86e7637d89a55941674756e3e223c82aee2305 (patch)
tree1901c082efc0e3aeb589f95ae7097b79abfb1fd7
parentf4027d541a3907cb5daa52943f3e25b7c29e263c (diff)
downloadvte-bd86e7637d89a55941674756e3e223c82aee2305.tar.gz
Revert "Add the style context provider with FALLBACK priority"
This reverts commit a264918ad22973c69897c559260e77cb14018235. https://bugzilla.gnome.org/show_bug.cgi?id=750559
-rw-r--r--src/vte.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vte.cc b/src/vte.cc
index 18fa001f..b529687f 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. */