diff options
author | Arnavion <arnavion@gmail.com> | 2012-11-03 10:24:25 -0700 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2012-11-03 19:04:02 -0700 |
commit | 5d9264aff6d7bcdd2f0595bfdf2a3a7a23330d46 (patch) | |
tree | 17765368da40d67405ec22c0e1d608f706fbe055 /src/fe-gtk/pixmaps.c | |
parent | e0b1724158d44370d34d108a5f07fe0b36e4e254 (diff) |
Initial commit for utf8 everywhere.
Diffstat (limited to 'src/fe-gtk/pixmaps.c')
-rw-r--r-- | src/fe-gtk/pixmaps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/pixmaps.c b/src/fe-gtk/pixmaps.c index 1a5add8c..f1b39b02 100644 --- a/src/fe-gtk/pixmaps.c +++ b/src/fe-gtk/pixmaps.c @@ -105,7 +105,7 @@ load_pixmap (const char *filename, const char *name, int has_inline) gchar *path; GdkPixbuf *pixbuf; - path = g_strdup_printf ("%s/icons/%s.png", get_xdir_utf8 (), filename); + path = g_strdup_printf ("%s" G_DIR_SEPARATOR_S "icons" G_DIR_SEPARATOR_S "%s.png", get_xdir (), filename); pixbuf = gdk_pixbuf_new_from_file (path, 0); g_free (path); |