summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4f2fd33)
raw | patch | inline | side by side (parent: 4f2fd33)
author | miklosh <miklosh@users.sourceforge.net> | |
Sun, 19 Aug 2007 22:18:33 +0000 (22:18 +0000) | ||
committer | miklosh <miklosh@users.sourceforge.net> | |
Sun, 19 Aug 2007 22:18:33 +0000 (22:18 +0000) |
src/file.cpp | patch | blob | history |
diff --git a/src/file.cpp b/src/file.cpp
index 9e8e3723ca347110c61af88e630b92907ca37492..d5819cf0ff0d6f805dea4d9f105c716e08f4db7d 100644 (file)
--- a/src/file.cpp
+++ b/src/file.cpp
if (import_path.size()>0)
import_path.append(G_DIR_SEPARATOR_S);
- printf("vai importar %s %s\n", fileName.c_str(), selection->get_name());
-
file_import(doc, fileName, selection);
}
uri.append(prefs_get_string_attribute("options.ocalurl", "str"));
uri.append("/dav.php/");
uri.append(Glib::path_get_basename(fileName));
- printf("%s\n", uri.c_str());
+
// Save as a remote file using the dav protocol.
success = file_save_remote(doc, uri, selectionType, FALSE, FALSE);
remove(fileName.c_str());