diff options
author | monsta <[email protected]> | 2018-01-27 23:11:54 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-28 13:51:08 +0100 |
commit | 5591a23a25c5795985045e4fd58a79ae9da392f5 (patch) | |
tree | 618d7bfa52183240be69f39f5fe27958b328e699 /mate-volume-control/gvc-mixer-dialog.c | |
parent | ea93aed965bedb54269e2d8aecd9ff6d8639d0a5 (diff) | |
download | mate-media-5591a23a25c5795985045e4fd58a79ae9da392f5.tar.bz2 mate-media-5591a23a25c5795985045e4fd58a79ae9da392f5.tar.xz |
require GTK+ 3.22 and GLib 2.50
Diffstat (limited to 'mate-volume-control/gvc-mixer-dialog.c')
-rw-r--r-- | mate-volume-control/gvc-mixer-dialog.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mate-volume-control/gvc-mixer-dialog.c b/mate-volume-control/gvc-mixer-dialog.c index 5acaff3..b36232c 100644 --- a/mate-volume-control/gvc-mixer-dialog.c +++ b/mate-volume-control/gvc-mixer-dialog.c @@ -2300,10 +2300,8 @@ gvc_mixer_dialog_class_init (GvcMixerDialogClass *klass) G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS)); -#if GTK_CHECK_VERSION (3, 20, 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)); } |