From: buliabyak Date: Wed, 19 Aug 2009 00:10:57 +0000 (+0000) Subject: fix 167857 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9ed918cb334704764c709be1f544acaeb45a6375;p=inkscape.git fix 167857 --- diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 01e11a916..fc9aff78e 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -805,8 +805,10 @@ inkscape_application_init (const gchar *argv0, gboolean use_gui) } } - inkscape_load_menus(inkscape); - sp_input_load_from_preferences(); + if (use_gui) { + inkscape_load_menus(inkscape); + sp_input_load_from_preferences(); + } /* set language for user interface according setting in preferences */ Glib::ustring ui_language = prefs->getString("/ui/language");