Bug 89137 - dev-perl/gtk2-gladexml needs a version bump
Bug#: 89137 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: perl@gentoo.org Reported By: dkasak@nusconsulting.com.au
Component: Ebuilds
URL:  http://sourceforge.net/projects/gtk2-perl/
Summary: dev-perl/gtk2-gladexml needs a version bump
Keywords:  
Status Whiteboard: 
Opened: 2005-04-14 16:10 0000
Description:   Opened: 2005-04-14 16:10 0000
There are a couple of harsh bugs in the version of gtk2-gladexml in portage. In
particular, signals aren't connected correctly, so while the GUI *looks* the
part, clicking various things doesn't fire the signals that I've set up in the
Glade project.

Reproducible: Always
Steps to Reproduce:
1. emerge gtk2-gladexml
2. build GUI in glade and connect a signal to the 'button-press-event' of a
GtkEntry
3. write perl code that is suppose to fire when above signal is encountered

Actual Results:  
Nothing

Expected Results:  
code runs as specified in Glade project

gtk2-gladexml-1.001 fixes this, but better yet, gtk2-gladexml-1.004 is out :)

------- Comment #1 From Michael Cummings (RETIRED) 2005-04-16 16:44:34 0000 -------
heh...working on it

------- Comment #2 From Michael Cummings (RETIRED) 2005-04-16 17:34:34 0000 -------
all set