summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-04-11 08:51:39 +0000
committerJon A. Cruz <jon@joncruz.org>2010-04-11 08:51:39 +0000
commitc0b14a0f143ab6748fa48c2e251d804708efcbb5 (patch)
tree122126dbe0a8665f0e84ffb9efc7514ec9de352c /src/inkscape.cpp
parentCorrect calligraphic toggles getting out of sync with behavior. (diff)
downloadinkscape-c0b14a0f143ab6748fa48c2e251d804708efcbb5.tar.gz
inkscape-c0b14a0f143ab6748fa48c2e251d804708efcbb5.zip
Switching to new input dialog. Allows for a better UI and addresses bug #334800 and bug #196195.
Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312)
Diffstat (limited to 'src/inkscape.cpp')
-rw-r--r--src/inkscape.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index 8506f05de..d0f9a11fc 100644
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
@@ -49,7 +49,7 @@ using Inkscape::Extension::Internal::PrintWin32;
#include "application/editor.h"
#include "desktop.h"
#include "desktop-handles.h"
-#include "dialogs/input.h"
+#include "device-manager.h"
#include "document.h"
#include "event-context.h"
#include "extension/db.h"
@@ -807,7 +807,7 @@ inkscape_application_init (const gchar *argv0, gboolean use_gui)
if (use_gui) {
inkscape_load_menus(inkscape);
- sp_input_load_from_preferences();
+ Inkscape::DeviceManager::getManager().loadConfig();
}
/* set language for user interface according setting in preferences */