diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-25 17:42:31 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@googlemail.com> | 2013-03-25 17:42:31 +0000 |
| commit | 0cdd007ebf8dcfbd39c1d36ab53f43617eb692df (patch) | |
| tree | 0ac5146d9316011fa285ff0733c30acddfcab965 /src/ui/dialog/object-attributes.cpp | |
| parent | Translations. Fix for Bug #837962 (Untranslatable and not localized strings). (diff) | |
| download | inkscape-0cdd007ebf8dcfbd39c1d36ab53f43617eb692df.tar.gz inkscape-0cdd007ebf8dcfbd39c1d36ab53f43617eb692df.zip | |
Workaround usage of deprecated glib symbols in 3rd party libraries
Fixed bugs:
- https://launchpad.net/bugs/1122774
(bzr r12243)
Diffstat (limited to 'src/ui/dialog/object-attributes.cpp')
| -rw-r--r-- | src/ui/dialog/object-attributes.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/dialog/object-attributes.cpp b/src/ui/dialog/object-attributes.cpp index 3d780fa83..f5addc401 100644 --- a/src/ui/dialog/object-attributes.cpp +++ b/src/ui/dialog/object-attributes.cpp @@ -20,19 +20,18 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <glibmm/i18n.h> - +#include "ui/dialog/dialog-manager.h" #include "desktop-handles.h" #include "macros.h" #include "sp-anchor.h" #include "sp-image.h" #include "verbs.h" #include "xml/repr.h" -#include "ui/dialog/dialog-manager.h" #include "ui/dialog/object-attributes.h" #include "widgets/sp-attribute-widget.h" #include "inkscape.h" #include "selection.h" +#include <glibmm/i18n.h> namespace Inkscape { namespace UI { |
