Revert unrelated change accidentally committed with the previous commit.

2007-03-18  Christian Persch  <chpe@gnome.org>

	* sound-properties-capplet.c: (create_dialog): Revert unrelated change
	accidentally committed with the previous commit.

svn path=/trunk/; revision=7389
This commit is contained in:
Christian Persch 2007-03-18 14:27:53 +00:00 committed by Christian Persch
parent 9975a0cc64
commit c490230832
2 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,11 @@
2007-03-18 Christian Persch <chpe@gnome.org>
* 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 <chpe@gnome.org>
* sound-properties-capplet.c: (main): Initialise
threads early, and fix option context translation. Bug #416239.
2007-02-10 Jens Granseuer <jensgr@gmx.net>

View file

@ -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);