From a461a573cb34a09c846aff6d65f79b3ff45bf271 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sun, 19 Aug 2007 13:25:39 +0000 Subject: Relocated the code that adds a link to the example folder inside from file.cpp to filedialogimpl-gtkmm.cpp (bzr r3525) --- src/file.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/file.cpp') diff --git a/src/file.cpp b/src/file.cpp index 3e469b00b..9e8e3723c 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -395,10 +395,6 @@ sp_file_open_dialog(Gtk::Window &parentWindow, gpointer object, gpointer data) open_path, Inkscape::UI::Dialog::SVG_TYPES, (char const *)_("Select file to open")); - // allow easy access to our examples folder - if (Inkscape::IO::file_test(INKSCAPE_EXAMPLESDIR, (GFileTest)(G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR))) { - dynamic_cast(openDialogInstance)->add_shortcut_folder(INKSCAPE_EXAMPLESDIR); - } } -- cgit v1.2.3