From c4902308324e40dbecbf460f914bb57fdaddc404 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 18 Mar 2007 14:27:53 +0000 Subject: [PATCH] Revert unrelated change accidentally committed with the previous commit. 2007-03-18 Christian Persch * sound-properties-capplet.c: (create_dialog): Revert unrelated change accidentally committed with the previous commit. svn path=/trunk/; revision=7389 --- capplets/sound/ChangeLog | 7 ++++++- capplets/sound/sound-properties-capplet.c | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/capplets/sound/ChangeLog b/capplets/sound/ChangeLog index 33c7db794..0966dfed1 100644 --- a/capplets/sound/ChangeLog +++ b/capplets/sound/ChangeLog @@ -1,6 +1,11 @@ 2007-03-18 Christian Persch - * sound-properties-capplet.c: (create_dialog), (main): Initialise + * sound-properties-capplet.c: (create_dialog): Revert unrelated change + accidentally committed with the previous commit. + +2007-03-18 Christian Persch + + * sound-properties-capplet.c: (main): Initialise threads early, and fix option context translation. Bug #416239. 2007-02-10 Jens Granseuer diff --git a/capplets/sound/sound-properties-capplet.c b/capplets/sound/sound-properties-capplet.c index 03aef8bce..c11e3532a 100644 --- a/capplets/sound/sound-properties-capplet.c +++ b/capplets/sound/sound-properties-capplet.c @@ -172,7 +172,7 @@ create_dialog (void) view = sound_view_new (props); box = glade_xml_get_widget (dialog, "events_vbox"); gtk_box_pack_start (GTK_BOX (box), view, TRUE, TRUE, 0); - gtk_widget_show (view); + gtk_widget_show_all (view); g_signal_connect_swapped (G_OBJECT (widget), "destroy", (GCallback) gtk_object_destroy, props);