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:
parent
9975a0cc64
commit
c490230832
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue