diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2018-11-09 11:50:35 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-11-09 11:50:35 +0000 |
| commit | 2c34d8222d06d8922de07edcd5b85b1bf47cd38e (patch) | |
| tree | f64f8f5d9a0b9326f4c519e227e1bb24008c025f /src/widgets/ink-action.cpp | |
| parent | Fix compiling bug (diff) | |
| download | inkscape-2c34d8222d06d8922de07edcd5b85b1bf47cd38e.tar.gz inkscape-2c34d8222d06d8922de07edcd5b85b1bf47cd38e.zip | |
Move icon-loader and provide a temporary fallback to render pixbuf
Diffstat (limited to 'src/widgets/ink-action.cpp')
| -rw-r--r-- | src/widgets/ink-action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/ink-action.cpp b/src/widgets/ink-action.cpp index c879f2c11..b80463bbd 100644 --- a/src/widgets/ink-action.cpp +++ b/src/widgets/ink-action.cpp @@ -8,7 +8,7 @@ * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ink-action.h" -#include "helper/icon-loader.h" +#include "ui/icon-loader.h" #include <gtk/gtk.h> static void ink_action_finalize( GObject* obj ); |
