gcompris r3224 - in branches/gcomprixo/src: . tangram-activity tangram-activity/resources/tangram



Author: bcoudoin
Date: Thu Jan 24 23:10:10 2008
New Revision: 3224
URL: http://svn.gnome.org/viewvc/gcompris?rev=3224&view=rev

Log:
fixed missing tool-flip.png icon in tangram


Added:
   branches/gcomprixo/src/tangram-activity/resources/tangram/tool-flip.png   (contents, props changed)
Modified:
   branches/gcomprixo/src/activity.info
   branches/gcomprixo/src/tangram-activity/gtans_interface.c

Modified: branches/gcomprixo/src/activity.info
==============================================================================
--- branches/gcomprixo/src/activity.info	(original)
+++ branches/gcomprixo/src/activity.info	Thu Jan 24 23:10:10 2008
@@ -1,6 +1,6 @@
 [Activity]
 name = @ACTIVITY_NAME@
-activity_version = 4
+activity_version = 6
 host_version = 1
 service_name = net gcompris  ACTIVITY_NAME@Activity
 icon = activity-gcompris

Modified: branches/gcomprixo/src/tangram-activity/gtans_interface.c
==============================================================================
--- branches/gcomprixo/src/tangram-activity/gtans_interface.c	(original)
+++ branches/gcomprixo/src/tangram-activity/gtans_interface.c	Thu Jan 24 23:10:10 2008
@@ -170,7 +170,7 @@
 		     (GtkSignalFunc) gc_item_focus_event,
 		     NULL);
 
-  pixmap_symetry = gc_skin_pixmap_load("draw/tool-flip.png");
+  pixmap_symetry = gc_pixmap_load("tangram/tool-flip.png");
 
 
   symetry = gnome_canvas_item_new (rootitem,

Added: branches/gcomprixo/src/tangram-activity/resources/tangram/tool-flip.png
==============================================================================
Binary file. No diff available.



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