diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-11 05:11:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-11 05:11:23 +0800 |
commit | e56bdf2c6657c728fb6734a6e10d693c3a81cfef (patch) | |
tree | c3267c708e11c2229080f94477021df73ed61c54 /x11-toolkits/gtk20/Makefile | |
parent | a9f85bfc2316a62d921f78b9fae59a2b15619769 (diff) | |
download | marcuscom-ports-e56bdf2c6657c728fb6734a6e10d693c3a81cfef.tar marcuscom-ports-e56bdf2c6657c728fb6734a6e10d693c3a81cfef.tar.gz marcuscom-ports-e56bdf2c6657c728fb6734a6e10d693c3a81cfef.tar.bz2 marcuscom-ports-e56bdf2c6657c728fb6734a6e10d693c3a81cfef.tar.lz marcuscom-ports-e56bdf2c6657c728fb6734a6e10d693c3a81cfef.tar.xz marcuscom-ports-e56bdf2c6657c728fb6734a6e10d693c3a81cfef.tar.zst marcuscom-ports-e56bdf2c6657c728fb6734a6e10d693c3a81cfef.zip |
Fix the crash with clicking on Filesystem in the new File Chooser dialog.
Reported by: Jeremy Messenger <mezz7@cox.net>
Obtained from: GNOME CVS
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2028 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 02d3e6d23..c8ff8348b 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk PORTVERSION= 2.3.6 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.3,} \ ftp://ftp.gtk.org/pub/gtk/v2.3/ \ |