gimp r26319 - in branches/soc-2008-tagging: . app/core



Author: aurisj
Date: Sat Jul 26 18:27:20 2008
New Revision: 26319
URL: http://svn.gnome.org/viewvc/gimp?rev=26319&view=rev

Log:
added file missing in the last commit.

Modified:
   branches/soc-2008-tagging/ChangeLog
   branches/soc-2008-tagging/app/core/gimptagged.c

Modified: branches/soc-2008-tagging/app/core/gimptagged.c
==============================================================================
--- branches/soc-2008-tagging/app/core/gimptagged.c	(original)
+++ branches/soc-2008-tagging/app/core/gimptagged.c	Sat Jul 26 18:27:20 2008
@@ -105,7 +105,7 @@
  **/
 void
 gimp_tagged_add_tag (GimpTagged    *tagged,
-                     const GimpTag  tag)
+                     GimpTag       *tag)
 {
   g_return_if_fail (GIMP_IS_TAGGED (tagged));
 
@@ -126,7 +126,7 @@
  **/
 void
 gimp_tagged_remove_tag (GimpTagged *tagged,
-                        GimpTag     tag)
+                        GimpTag    *tag)
 {
   g_return_if_fail (GIMP_IS_TAGGED (tagged));
 



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