diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-25 13:32:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-25 13:32:10 +0000 |
commit | c6a646675ba6c0e7ec40038fed036f81a3665cfc (patch) | |
tree | dc388a317b741a9bce6db900fc3ec0df27f8be5b /x11/gtk2/Makefile | |
parent | 659b597194bef73d231213afee301cf3969ecb22 (diff) | |
download | pkgsrc-c6a646675ba6c0e7ec40038fed036f81a3665cfc.tar.gz |
Update to 2.8.13:
Overview of Changes from GTK+ 2.8.12 to GTK+ 2.8.13
===================================================
* Bugs fixed:
330732 Can't select some items in GtkIconView [Donald Straney]
330944 gtk_icon_theme_list_icons: example contexts don't work
[John Spray]
331097 gnopernicus crashes on changing display screen source
for magnifier [Oana Serb]
331467 evince crashes in gdk_region_union_with_rect [Benjamin Berg]
331820 Small error in _gdk_gc_update_context [Matthias]
331785 gtk.Notebook.get_current_page() returns incorrect page
number when pages hidden [Sebastien Bacher]
331940 GtkAboutDialog not responsive to Escape key [Daniel Drake]
331440 GtkNotebook popup menu not keynavigatable [Paolo Borelli]
331651 GtkRadioButton does not issue notify::active
332059 Make more use of G_DISABLE_ASSERT in TextView code
[Arnaud Charlet]
* Updated translations (eu,ka,uk)
Diffstat (limited to 'x11/gtk2/Makefile')
-rw-r--r-- | x11/gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 8c5d2433167..74a4ee0544a 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.107 2006/02/13 19:14:04 wiz Exp $ +# $NetBSD: Makefile,v 1.108 2006/02/25 13:32:10 wiz Exp $ # -DISTNAME= gtk+-2.8.12 +DISTNAME= gtk+-2.8.13 PKGNAME= ${DISTNAME:S/gtk/gtk2/} CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.8/ \ |