diff options
| author | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-08-14 13:31:39 +0000 |
|---|---|---|
| committer | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-08-14 13:31:39 +0000 |
| commit | eb395ea8b9d529b9e06b5773b0fc22c35a16ba48 (patch) | |
| tree | 6e2043243056395342dbc6a3c2879b1df57fb5a2 /src/file.h | |
| parent | Merge bool fix and clean up the warning (diff) | |
| parent | Cleanups before merge (diff) | |
| download | inkscape-eb395ea8b9d529b9e06b5773b0fc22c35a16ba48.tar.gz inkscape-eb395ea8b9d529b9e06b5773b0fc22c35a16ba48.zip | |
NewFromTemplate GSoC project for static templates
(bzr r12476)
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file.h b/src/file.h index eeb4c6fc5..682ca422e 100644 --- a/src/file.h +++ b/src/file.h @@ -62,6 +62,7 @@ void sp_file_exit (void); /** * Opens a new file and window from the given URI */ + bool sp_file_open( const Glib::ustring &uri, Inkscape::Extension::Extension *key, |
