diff options
Diffstat (limited to 'shell/e-shell-settings-dialog.c')
-rw-r--r-- | shell/e-shell-settings-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c index fab3acf684..a8abfb2ce2 100644 --- a/shell/e-shell-settings-dialog.c +++ b/shell/e-shell-settings-dialog.c @@ -207,7 +207,7 @@ load_pages (EShellSettingsDialog *dialog) } else { char *real_icon_path; - real_icon_path = g_concat_dir_and_file (EVOLUTION_IMAGES, icon_path); + real_icon_path = g_build_filename (EVOLUTION_IMAGES, icon_path, NULL); icon = gdk_pixbuf_new_from_file (real_icon_path, NULL); g_free (real_icon_path); } |