Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gcompris
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-10-02 22:18:13 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-10-02 22:18:13 (GMT)
commite0231770b9072cb73dad04f2159749334abeb125 (patch)
tree7044180495f45060affecec5c25b1999bc5fcad2 /src/gcompris
parent7875c5a6981938698e04ed959c1b138756e0005c (diff)
- Added a little hack to avoid missing symbols from libgnomecanvas
at plugin load time. svn path=/trunk/; revision=3060
Diffstat (limited to 'src/gcompris')
-rw-r--r--src/gcompris/gcompris.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gcompris/gcompris.c b/src/gcompris/gcompris.c
index 850d37d..09595e3 100644
--- a/src/gcompris/gcompris.c
+++ b/src/gcompris/gcompris.c
@@ -1913,6 +1913,8 @@ main (int argc, char *argv[])
GNOME_IS_CANVAS_POLYGON(dummy);
GNOME_IS_CANVAS_CLIPGROUP(dummy);
GNOME_IS_CANVAS_BPATH(dummy);
+ GType type = GNOME_TYPE_CANVAS_POLYGON;
+ type = type;
return(0);
}