mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
9993667dfd
commit
0cd7253b8a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user