Show all the widgets in the dialog.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6927 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2002-05-31 01:18:12 +00:00
parent 9993667dfd
commit 0cd7253b8a

View File

@ -817,6 +817,7 @@ gnc_register_date_window (RegWindow *regData, gboolean show_all)
gtk_signal_connect(GTK_OBJECT(button), "clicked",
GTK_SIGNAL_FUNC(gnc_register_date_cb), regData);
}
gtk_widget_show_all(dvbox);
return regDateData;
}