From 4de86661f4a6f67285333c67342c287f99deffeb Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 20 May 2017 14:26:20 +0200 Subject: clock: drop deprecated gtk_size_group_set_ignore_hidden seems that function doesn't work proper, see https://developer.gnome.org/gtk3/stable/GtkSizeGroup.html#gtk-size-group-set-ignore-hidden --- applets/clock/clock-location-tile.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'applets') diff --git a/applets/clock/clock-location-tile.c b/applets/clock/clock-location-tile.c index e263e88b..6e1d36b6 100644 --- a/applets/clock/clock-location-tile.c +++ b/applets/clock/clock-location-tile.c @@ -327,7 +327,6 @@ clock_location_tile_fill (ClockLocationTile *this) gtk_box_pack_start (GTK_BOX (box), priv->current_marker, FALSE, FALSE, 0); gtk_box_pack_start (GTK_BOX (box), priv->current_spacer, FALSE, FALSE, 0); priv->button_group = gtk_size_group_new (GTK_SIZE_GROUP_VERTICAL); - gtk_size_group_set_ignore_hidden (priv->button_group, FALSE); gtk_size_group_add_widget (priv->button_group, strut); /* @@ -340,7 +339,6 @@ clock_location_tile_fill (ClockLocationTile *this) * but they are never visible together). */ priv->current_group = gtk_size_group_new (GTK_SIZE_GROUP_BOTH); - gtk_size_group_set_ignore_hidden (priv->current_group, FALSE); gtk_size_group_add_widget (priv->current_group, priv->current_marker); gtk_size_group_add_widget (priv->current_group, priv->current_spacer); -- cgit v1.2.1