]> git.sur5r.net Git - glabels/blobdiff - src/label-image.c
Fixed a few -Wall warnings.
[glabels] / src / label-image.c
index 46fc49f6e6e4afe9facfe9a13ab97caa77bea9cf..6201e26a4dd74d0ddb4e5b6542e5f826fd776da2 100644 (file)
@@ -29,6 +29,7 @@
 #include <librsvg/rsvg-cairo.h>
 
 #include "pixbuf-util.h"
+#include "file-util.h"
 #include "pixmaps/checkerboard.xpm"
 
 #include "debug.h"
@@ -474,6 +475,7 @@ gl_label_image_set_pixbuf (glLabelImage  *this,
         }
 
         pixbuf_cache = gl_label_get_pixbuf_cache (label);
+        svg_cache = gl_label_get_svg_cache (label);
 
         /* Remove reference to previous item. */
         switch (this->priv->type)