From 50cf4d5d5e58c08f3c23429d6e1a6f36269e69b8 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Fri, 20 May 2011 20:52:06 +0100 Subject: [PATCH] Use gtk_widget_hide instead of gtk_widget_hide_all --- src/floating_shape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/floating_shape.c b/src/floating_shape.c index a1ebdff..72da100 100644 --- a/src/floating_shape.c +++ b/src/floating_shape.c @@ -134,7 +134,7 @@ void show_shape(float_shape_t *shape) void hide_shape(float_shape_t *shape) { - gtk_widget_hide_all(shape->window); + gtk_widget_hide(shape->window); } void move_shape(float_shape_t *shape, int x, int y) -- 2.39.2