diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-08-19 00:10:57 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-08-19 00:10:57 +0000 |
| commit | cdbf85902231b4d70c122dcd1c6e0a4d682ddbf9 (patch) | |
| tree | 8e8996eb53bc512514091b24841c8a4277c681c6 /src | |
| parent | patch from 289774 (diff) | |
| download | inkscape-cdbf85902231b4d70c122dcd1c6e0a4d682ddbf9.tar.gz inkscape-cdbf85902231b4d70c122dcd1c6e0a4d682ddbf9.zip | |
fix 167857
(bzr r8509)
Diffstat (limited to 'src')
| -rw-r--r-- | src/inkscape.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
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"); |
