[libgd/wip/rishi/main-box: 1/7] tagged-entry: Reduce the priority of the default CSS
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgd/wip/rishi/main-box: 1/7] tagged-entry: Reduce the priority of the default CSS
- Date: Thu, 24 Nov 2016 08:07:10 +0000 (UTC)
commit ba5c64a92d83c0d3997563cc566867d36a2ec13c
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Nov 22 12:12:45 2016 +0100
tagged-entry: Reduce the priority of the default CSS
... so that we don't compete with application-specific style
information.
https://bugzilla.gnome.org/show_bug.cgi?id=774835
libgd/gd-tagged-entry.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgd/gd-tagged-entry.c b/libgd/gd-tagged-entry.c
index 1eae2b7..7dd92f4 100644
--- a/libgd/gd-tagged-entry.c
+++ b/libgd/gd-tagged-entry.c
@@ -925,7 +925,7 @@ gd_tagged_entry_add_default_style (void)
gtk_style_context_add_provider_for_screen (gdk_screen_get_default (),
GTK_STYLE_PROVIDER (provider),
- GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
+ GTK_STYLE_PROVIDER_PRIORITY_THEME);
g_object_unref (provider);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]