View | Details | Raw Unified | Return to bug 240154
Collapse All | Expand All

(-)tools/gimptool.c (-3 / +1 lines)
Lines 697-705 get_sys_plugin_dir (gboolean forward_slashes) Link Here
697
  g_free (rprefix);
697
  g_free (rprefix);
698
#else
698
#else
699
  dir = g_build_path (forward_slashes ? "/" : G_DIR_SEPARATOR_S,
699
  dir = g_build_path (forward_slashes ? "/" : G_DIR_SEPARATOR_S,
700
                      LIBDIR,
700
                      GIMPPLUGINDIR,
701
                      "gimp",
702
                      GIMP_PLUGIN_VERSION,
703
                      "plug-ins",
701
                      "plug-ins",
704
                      NULL);
702
                      NULL);
705
#endif
703
#endif

Return to bug 240154