From c0b14a0f143ab6748fa48c2e251d804708efcbb5 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 11 Apr 2010 01:51:39 -0700 Subject: 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) --- src/inkscape.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/inkscape.cpp') 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 */ -- cgit v1.2.3