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/widget/panel.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/widget/panel.cpp')
| -rw-r--r-- | src/ui/widget/panel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widget/panel.cpp b/src/ui/widget/panel.cpp index 48749fda2..7eb114d0a 100644 --- a/src/ui/widget/panel.cpp +++ b/src/ui/widget/panel.cpp @@ -15,8 +15,6 @@ # include <config.h> #endif -#include <glibmm/i18n.h> - #include <gtkmm/dialog.h> // for Gtk::RESPONSE_* #include <gtkmm/menu.h> #include <gtkmm/stock.h> @@ -24,6 +22,8 @@ #include <gtkmm/radiomenuitem.h> #include <gtkmm/separatormenuitem.h> +#include <glibmm/i18n.h> + #include <gtk/gtk.h> #include "panel.h" |
