diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-06-12 09:53:24 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-06-12 09:53:24 +0000 |
| commit | 33c6e6fa672c388c540250d86c5c23f571338d11 (patch) | |
| tree | fe79929f27051662c64670630925b28254568133 /src/inkscape.h | |
| parent | Fixed uninitialized variables, including modified-since-save. (diff) | |
| download | inkscape-33c6e6fa672c388c540250d86c5c23f571338d11.tar.gz inkscape-33c6e6fa672c388c540250d86c5c23f571338d11.zip | |
Committing fixed patch for autosave. Fixes bug #171092.
(bzr r5898)
Diffstat (limited to 'src/inkscape.h')
| -rw-r--r-- | src/inkscape.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inkscape.h b/src/inkscape.h index 12f101901..90737cc41 100644 --- a/src/inkscape.h +++ b/src/inkscape.h @@ -29,6 +29,8 @@ namespace Inkscape { #define INKSCAPE inkscape_get_instance() +void inkscape_autosave_init(); + void inkscape_application_init (const gchar *argv0, gboolean use_gui); bool inkscape_load_config (const gchar *filename, Inkscape::XML::Document *config, const gchar *skeleton, unsigned int skel_size, const gchar *e_notreg, const gchar *e_notxml, const gchar *e_notsp, const gchar *warn); |
