diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-15 02:39:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-15 02:39:31 +0000 |
commit | 2afd0f0feb9ab7c94c80b2ddca072728578ca082 (patch) | |
tree | 46636f27cf2930d77282dcc5837e1e4915db565f /x11-toolkits/gai/files | |
parent | d9a1ac83ac5b9d1183e3e3d228c32295e2df4a94 (diff) | |
download | ports-2afd0f0feb9ab7c94c80b2ddca072728578ca082.tar.gz ports-2afd0f0feb9ab7c94c80b2ddca072728578ca082.zip |
Notes
Diffstat (limited to 'x11-toolkits/gai/files')
-rw-r--r-- | x11-toolkits/gai/files/patch-gai:gai-gnome.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/gai/files/patch-gai:gai-gnome.c b/x11-toolkits/gai/files/patch-gai:gai-gnome.c new file mode 100644 index 000000000000..6fda8f540493 --- /dev/null +++ b/x11-toolkits/gai/files/patch-gai:gai-gnome.c @@ -0,0 +1,12 @@ +--- gai/gai-gnome.c.orig Mon Mar 15 10:36:46 2004 ++++ gai/gai-gnome.c Mon Mar 15 10:37:15 2004 +@@ -537,8 +537,8 @@ + void gai_gnome_about_show (void) + { + char *authors[3]; +- GAI_ENTER; + GdkPixbuf *pixbuf; ++ GAI_ENTER; + + if (GAI.about!=NULL) + { |