[gimp] app: Fix -u flag to refer to GimpSettings, not GimpImageMapConfig



commit c249387df8a59206503962ad708a23951f5e7ba2
Author: Michael Henning <drawoc darkrefraction com>
Date:   Sat May 25 11:11:28 2013 -0400

    app: Fix -u flag to refer to GimpSettings, not GimpImageMapConfig

 app/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index ac704be..36b6b5d 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -132,7 +132,7 @@ workaround_that_plug_in_depends_on_pdb = \
 # FIXME: file should not depend on plug-in
 workaround_that_file_depends_on_plug_in = \
        -Wl,-u,$(SYMPREFIX)plug_in_icc_profile_apply_rgb        \
-       -Wl,-u,$(SYMPREFIX)gimp_image_map_config_get_type
+       -Wl,-u,$(SYMPREFIX)gimp_settings_get_type
 
 # core, vectors and gegl are on the same architectural layer, prevent
 # the linker from panicing


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]