summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-05-20 05:01:27 +0000
committerJon A. Cruz <jon@joncruz.org>2011-05-20 05:01:27 +0000
commit9865291b790f185d7ec2271c58e8653c9d4bb295 (patch)
treed2599d2788944bc2e811b204bfb4e6d304571c10 /src/inkscape.cpp
parentExtension that generates an SVGFont from a set of layers with id="GlyphLayer-... (diff)
downloadinkscape-9865291b790f185d7ec2271c58e8653c9d4bb295.tar.gz
inkscape-9865291b790f185d7ec2271c58e8653c9d4bb295.zip
Reinstating version bump.
(bzr r10215)
Diffstat (limited to 'src/inkscape.cpp')
-rw-r--r--src/inkscape.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index 91e3b0c5f..1b0893c0b 100644
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
@@ -442,11 +442,7 @@ void inkscape_autosave_init()
// Turn on autosave
guint32 timeout = prefs->getInt("/options/autosave/interval", 10) * 60;
// g_debug("options.autosave.interval = %d", prefs->getInt("/options/autosave/interval", 10));
-#if GLIB_CHECK_VERSION(2,14,0)
autosave_timeout_id = g_timeout_add_seconds(timeout, inkscape_autosave, NULL);
-#else
- autosave_timeout_id = g_timeout_add(timeout * 1000, inkscape_autosave, NULL);
-#endif
}
}