From: Alberto Garcia Date: Wed, 18 Feb 2009 10:02:07 +0000 (+0000) Subject: 2009-02-18 Alberto Garcia X-Git-Tag: 2.1.66-1~139 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=75dce0acf4dcefd0e1a65375abfa84d4af72513b;p=hildon 2009-02-18 Alberto Garcia * examples/hildon-button-example.c (common_buttons_window): Don't leak size groups. --- diff --git a/ChangeLog b/ChangeLog index 7f53d9e..7ad036c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-02-18 Alberto Garcia + * examples/hildon-button-example.c (common_buttons_window): Don't + leak size groups. + +2009-02-18 Alberto Garcia + * src/hildon-pannable-area.c (hildon_pannable_area_class_init): Set default movement mode to HILDON_MOVEMENT_MODE_VERT. diff --git a/examples/hildon-button-example.c b/examples/hildon-button-example.c index 0d62500..4abfd39 100644 --- a/examples/hildon-button-example.c +++ b/examples/hildon-button-example.c @@ -415,6 +415,12 @@ common_buttons_window (GtkButton *b, hildon_pannable_area_add_with_viewport (HILDON_PANNABLE_AREA (panarea), GTK_WIDGET (vbox)); gtk_container_add (GTK_CONTAINER (win), panarea); + g_object_unref (title1); + g_object_unref (value1); + g_object_unref (title2); + g_object_unref (value2); + g_object_unref (centered); + gtk_widget_show_all (win); }