summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3b21fff)
raw | patch | inline | side by side (parent: 3b21fff)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 19 Aug 2009 00:10:57 +0000 (00:10 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 19 Aug 2009 00:10:57 +0000 (00:10 +0000) |
src/inkscape.cpp | patch | blob | history |
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index 01e11a9161260e01fc129d015d90787c113959d0..fc9aff78e2bb9e9fed0eb853d81878a8f385127e 100644 (file)
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
}
}
- 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");