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/ui/widget/random.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/ui/widget/random.cpp')
| -rw-r--r-- | src/ui/widget/random.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/random.cpp b/src/ui/widget/random.cpp index 81d9f1ace..32124bfd2 100644 --- a/src/ui/widget/random.cpp +++ b/src/ui/widget/random.cpp @@ -10,7 +10,7 @@ * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ -#include "helper/icon-loader.h" +#include "ui/icon-loader.h" #include "random.h" #include <glibmm/i18n.h> |
