summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2004-11-28 20:12:46 +0000
committerManish Singh <yosh@src.gnome.org>2004-11-28 20:12:46 +0000
commitb5096b15f1782d4316c2102d18bcc2ccf42ceff1 (patch)
tree6a7f6ea7f970c534a78a04ba8837e65d73b1e7af
parente6aa305a0b7ed483491a1d6fd2d3ce0701c6b9c3 (diff)
downloadgtk+-b5096b15f1782d4316c2102d18bcc2ccf42ceff1.tar.gz
ytpo fix, so attributes are really propagated.
Sun Nov 28 12:11:21 2004 Manish Singh <yosh@gimp.org> * makegdkpixbufalias.pl: ytpo fix, so attributes are really propagated.
-rw-r--r--gdk-pixbuf/ChangeLog5
-rwxr-xr-xgdk-pixbuf/makegdkpixbufalias.pl2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 3a90e48680..fa573386a1 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -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:
diff --git a/gdk-pixbuf/makegdkpixbufalias.pl b/gdk-pixbuf/makegdkpixbufalias.pl
index 4d1454ca86..6fbd03094c 100755
--- a/gdk-pixbuf/makegdkpixbufalias.pl
+++ b/gdk-pixbuf/makegdkpixbufalias.pl
@@ -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