summaryrefslogtreecommitdiff
path: root/tools/encodesymbolic.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/encodesymbolic.c')
-rw-r--r--tools/encodesymbolic.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/encodesymbolic.c b/tools/encodesymbolic.c
index 90887f3365..d471394544 100644
--- a/tools/encodesymbolic.c
+++ b/tools/encodesymbolic.c
@@ -31,7 +31,7 @@
#include <stdlib.h>
#include <locale.h>
-#include "gdkpixbufutilsprivate.h"
+#include "gdktextureutilsprivate.h"
static char *output_dir = NULL;
@@ -133,9 +133,9 @@ main (int argc, char **argv)
out = g_file_replace (dest,
- NULL, FALSE,
- G_FILE_CREATE_REPLACE_DESTINATION,
- NULL, &error);
+ NULL, FALSE,
+ G_FILE_CREATE_REPLACE_DESTINATION,
+ NULL, &error);
if (out == NULL)
{
g_printerr (_("Can’t save file %s: %s\n"), pngpath, error->message);