diff options
author | rh <rh> | 1999-10-10 15:28:00 +0000 |
---|---|---|
committer | rh <rh> | 1999-10-10 15:28:00 +0000 |
commit | acb7100f294e4004e4a3385a384359656ed91f37 (patch) | |
tree | 69461dc57477a734a3b1a739981ce4e98e70066c /devel/libglade/pkg | |
parent | c6ba3baf86c585a03b81b5bba843285def72c8f0 (diff) | |
download | pkgsrc-acb7100f294e4004e4a3385a384359656ed91f37.tar.gz |
Update libglade to 0.7
Notable changes include:
- Fixed a bug where libglade would seg fault when you tried to load
a file that did not exist or was not a valid XML file. This bug
was found by Michael Meeks.
- Fixed segfault when adding normal buttons to a GnomeDialog's
action area. This fixes bug #2323.
- libglade now honours the has_focus and has_default flags for
widgets.
- The correct default for can_focus (false) is now used. This
was found by Miguel. It should prevent the segfaults caused by
infinite recursion some people were seeing.
- Placeholders are removed from the interface as it gets parsed.
The warnings were not really very useful, and there are times
when you want to leave some spaces blank (such as in tables).
- Fixed bug with setting accelerators that have no modifiers. This
one was found by Paul Clifford.
Diffstat (limited to 'devel/libglade/pkg')
-rw-r--r-- | devel/libglade/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libglade/pkg/PLIST b/devel/libglade/pkg/PLIST index 2d1c9360c02..6109c5353ae 100644 --- a/devel/libglade/pkg/PLIST +++ b/devel/libglade/pkg/PLIST @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.6 1999/09/08 16:10:25 rh Exp $ +@comment $NetBSD: PLIST,v 1.7 1999/10/10 15:28:01 rh Exp $ bin/libglade-config bin/libglade-xgettext include/glade/glade.h include/glade/glade-xml.h include/glade/glade-build.h include/glade/glade-widget-tree.h -lib/libglade.so.2.0 +lib/libglade.so.2.2 lib/libglade.a -lib/libglade-gnome.so.2.0 +lib/libglade-gnome.so.2.2 lib/libglade-gnome.a lib/libgladeConf.sh share/aclocal/libglade.m4 |