diff options
author | raveit65 <[email protected]> | 2016-02-26 13:15:15 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-02-26 13:15:15 +0100 |
commit | 7bdd79ebd7d9376c6ba54c1e0d9a0aa55fe71ac8 (patch) | |
tree | 93efab30d8d5b3a4e1a1e0368ff02d7b66d10e1a /mate-volume-control/gvc-mixer-dialog.c | |
parent | 6bdd81bfd1090b4e46b4d627823523946e09c8a3 (diff) | |
download | mate-media-7bdd79ebd7d9376c6ba54c1e0d9a0aa55fe71ac8.tar.bz2 mate-media-7bdd79ebd7d9376c6ba54c1e0d9a0aa55fe71ac8.tar.xz |
GTK+-3.20: add css name GvcMixerDialog
Diffstat (limited to 'mate-volume-control/gvc-mixer-dialog.c')
-rw-r--r-- | mate-volume-control/gvc-mixer-dialog.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mate-volume-control/gvc-mixer-dialog.c b/mate-volume-control/gvc-mixer-dialog.c index 6bb8e7a..fd92967 100644 --- a/mate-volume-control/gvc-mixer-dialog.c +++ b/mate-volume-control/gvc-mixer-dialog.c @@ -2364,6 +2364,11 @@ gvc_mixer_dialog_class_init (GvcMixerDialogClass *klass) G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS)); +#if GTK_CHECK_VERSION (3, 19, 0) + GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass); + gtk_widget_class_set_css_name (widget_class, "GvcMixerDialog"); +#endif + g_type_class_add_private (klass, sizeof (GvcMixerDialogPrivate)); } |