diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-11-16 19:01:44 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-11-16 19:01:44 +0000 |
| commit | e197b5955e383543e19afd38efb8320b67edcefc (patch) | |
| tree | 6edd9bd541eeb0df43a9f86b077f5653fb52788a /src/file.cpp | |
| parent | Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535 (diff) | |
| download | inkscape-e197b5955e383543e19afd38efb8320b67edcefc.tar.gz inkscape-e197b5955e383543e19afd38efb8320b67edcefc.zip | |
fix warnings and delete gradient pixmap that will not be used
(bzr r4092)
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp index 748a288e5..904ff9323 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -547,7 +547,12 @@ file_save(Gtk::Window &parentWindow, SPDocument *doc, const Glib::ustring &uri, * Used only for remote saving using VFS and a specific uri. Gets the file at the /tmp. */ bool -file_save_remote(SPDocument */*doc*/, const Glib::ustring &uri, +file_save_remote(SPDocument */*doc*/, + #ifdef WITH_GNOME_VFS + const Glib::ustring &uri, + #else + const Glib::ustring &/*uri*/, + #endif Inkscape::Extension::Extension */*key*/, bool /*saveas*/, bool /*official*/) { #ifdef WITH_GNOME_VFS |
