mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove tabs and change spacing in dialog-sx-since-last-run.* files
This commit is contained in:
parent
c89c677cde
commit
511203512a
File diff suppressed because it is too large
Load Diff
@ -42,12 +42,13 @@ typedef struct _GncSxSinceLastRunDialog GncSxSinceLastRunDialog;
|
|||||||
* This encapsulates the "run when file opened" application logic. As such,
|
* This encapsulates the "run when file opened" application logic. As such,
|
||||||
* it should probably move to a non-ui file.
|
* it should probably move to a non-ui file.
|
||||||
**/
|
**/
|
||||||
void gnc_sx_sxsincelast_book_opened(void);
|
void gnc_sx_sxsincelast_book_opened (void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create the since-last-run dialog.
|
* Create the since-last-run dialog.
|
||||||
**/
|
**/
|
||||||
GncSxSinceLastRunDialog* gnc_ui_sx_since_last_run_dialog (GtkWindow *parent, GncSxInstanceModel *sx_instances,
|
GncSxSinceLastRunDialog* gnc_ui_sx_since_last_run_dialog (GtkWindow *parent,
|
||||||
GList *auto_created_txn_guids);
|
GncSxInstanceModel *sx_instances,
|
||||||
|
GList *auto_created_txn_guids);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user