summaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/clock/clock-location-tile.c2
-rw-r--r--applets/clock/clock.c1
2 files changed, 0 insertions, 3 deletions
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);
diff --git a/applets/clock/clock.c b/applets/clock/clock.c
index 37bf7d47..b893b738 100644
--- a/applets/clock/clock.c
+++ b/applets/clock/clock.c
@@ -980,7 +980,6 @@ create_clock_window (ClockData *cd)
gtk_container_add (GTK_CONTAINER (locations_box), cd->clock_vbox);
cd->clock_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
- gtk_size_group_set_ignore_hidden (cd->clock_group, FALSE);
gtk_container_foreach (GTK_CONTAINER (locations_box),
(GtkCallback) add_to_group,