mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move mdi g-wrapping into gnome-utils module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5720 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -130,13 +130,6 @@ gnucash_ui_is_terminating(void)
|
||||
return gnome_is_terminating;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
gnc_ui_can_cancel_save (void)
|
||||
{
|
||||
return gnc_main_window_can_cancel_save (gnc_mdi_get_current ());
|
||||
}
|
||||
|
||||
|
||||
static const char* gnc_scheme_remaining_var = "gnc:*command-line-remaining*";
|
||||
|
||||
static char**
|
||||
@@ -543,7 +536,7 @@ gnucash_ui_init(void)
|
||||
|
||||
gnc_ui_commodity_set_help_callback (gnc_commodity_help_cb);
|
||||
|
||||
gnc_file_set_can_cancel_callback (gnc_ui_can_cancel_save);
|
||||
gnc_file_set_can_cancel_callback (gnc_mdi_has_apps);
|
||||
|
||||
gnc_options_dialog_set_global_help_cb (gnc_global_options_help_cb, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user