diff options
author | monsta <[email protected]> | 2016-04-04 18:21:06 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-04-04 18:21:06 +0300 |
commit | 51fd0a000545ace4e3b04405ed95a21c43db9205 (patch) | |
tree | b2357a80ef1563de3afae6b42f3be3b1ddf8ccc0 | |
parent | 95335ff8cb062660908985442728374476fe9909 (diff) | |
download | mate-media-51fd0a000545ace4e3b04405ed95a21c43db9205.tar.bz2 mate-media-51fd0a000545ace4e3b04405ed95a21c43db9205.tar.xz |
check for GTK+3 stable release, not development one
-rw-r--r-- | mate-volume-control/gvc-mixer-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-volume-control/gvc-mixer-dialog.c b/mate-volume-control/gvc-mixer-dialog.c index fd92967..21fe4bd 100644 --- a/mate-volume-control/gvc-mixer-dialog.c +++ b/mate-volume-control/gvc-mixer-dialog.c @@ -2364,7 +2364,7 @@ gvc_mixer_dialog_class_init (GvcMixerDialogClass *klass) G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS)); -#if GTK_CHECK_VERSION (3, 19, 0) +#if GTK_CHECK_VERSION (3, 20, 0) GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass); gtk_widget_class_set_css_name (widget_class, "GvcMixerDialog"); #endif |