summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialog.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-03-25 02:31:54 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-03-25 02:31:54 +0000
commitb903c6cb9b4bc34c969a0b2c81505962ea02d057 (patch)
tree3e0fe324bcffdbf970026d7b32f2ee568b25cde4 /src/ui/dialog/filedialog.cpp
parentfix live dragging of gradient midstops, and fix crash when dragging writes to... (diff)
downloadinkscape-b903c6cb9b4bc34c969a0b2c81505962ea02d057.tar.gz
inkscape-b903c6cb9b4bc34c969a0b2c81505962ea02d057.zip
comment out debug
(bzr r2752)
Diffstat (limited to 'src/ui/dialog/filedialog.cpp')
-rw-r--r--src/ui/dialog/filedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/filedialog.cpp b/src/ui/dialog/filedialog.cpp
index 4de947642..1ab500863 100644
--- a/src/ui/dialog/filedialog.cpp
+++ b/src/ui/dialog/filedialog.cpp
@@ -631,7 +631,7 @@ bool SVGPreview::set(Glib::ustring &fileName, int dialogType)
if (!Glib::file_test(fileName, Glib::FILE_TEST_EXISTS))
return false;
- g_message("fname:%s", fileName.c_str());
+ //g_message("fname:%s", fileName.c_str());
if (Glib::file_test(fileName, Glib::FILE_TEST_IS_DIR)) {
showNoPreview();