]> Pileus Git - ~andy/gtk/commitdiff
ytpo fix, so attributes are really propagated.
authorManish Singh <yosh@gimp.org>
Sun, 28 Nov 2004 20:12:46 +0000 (20:12 +0000)
committerManish Singh <yosh@src.gnome.org>
Sun, 28 Nov 2004 20:12:46 +0000 (20:12 +0000)
Sun Nov 28 12:11:21 2004  Manish Singh  <yosh@gimp.org>

        * makegdkpixbufalias.pl: ytpo fix, so attributes are really
        propagated.

gdk-pixbuf/ChangeLog
gdk-pixbuf/makegdkpixbufalias.pl

index 3a90e4868064a28f62c7ff067ae3ca2d9e3e8b58..fa573386a148521eb299e8454467e89a54dc5c37 100644 (file)
@@ -1,3 +1,8 @@
+Sun Nov 28 12:11:21 2004  Manish Singh  <yosh@gimp.org>
+
+       * makegdkpixbufalias.pl: ytpo fix, so attributes are really
+       propagated.
+
 2004-11-28  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk-pixbuf.symbols: 
index 4d1454ca8600df4955c238099ed90c9148cd8273..6fbd03094cb7b94669be1d22a86864ffb4a55770 100755 (executable)
@@ -91,7 +91,7 @@ while (<>) {
   }
   
   print <<EOF
-extern __typeof ($str) $alias __attribute((visibility("hidden")))$attribute;
+extern __typeof ($str) $alias __attribute((visibility("hidden")))$attributes;
 extern __typeof ($str) $str __attribute((alias("$alias"), visibility("default")));
 \#define $str $alias