<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Pavucontrol does not define GTK+3.20 selector"
href="https://bugs.freedesktop.org/show_bug.cgi?id=97087#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Pavucontrol does not define GTK+3.20 selector"
href="https://bugs.freedesktop.org/show_bug.cgi?id=97087">bug 97087</a>
from <span class="vcard"><a class="email" href="mailto:smikkelsendk@gmail.com" title="Steffen <smikkelsendk@gmail.com>"> <span class="fn">Steffen</span></a>
</span></b>
<pre>I think it should be done the same way as shown here:
<a href="https://github.com/mate-desktop/caja/blob/master/src/caja-desktop-window.c#L57">https://github.com/mate-desktop/caja/blob/master/src/caja-desktop-window.c#L57</a>
#if GTK_CHECK_VERSION(3, 0, 0)
GtkStyleContext *context;
context = gtk_widget_get_style_context (GTK_WIDGET (window));
gtk_style_context_add_class (context, "caja-desktop-window");
#endif</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>