|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-03-21 11:12:30
|
Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=420946 gnome-perl | Glib | Ver: unspecified Summary: interfacing Gtk2::FileChooser Product: gnome-perl Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: Glib AssignedTo: gtk...@li... ReportedBy: hol...@ar... QAContact: gtk...@li... GNOME version: Unspecified GNOME milestone: Unspecified package Gtk2::Ex::::RecycleButton; use strict; use warnings; use Gtk2; use Glib::Object::Subclass Gtk2::Button::, interfaces => [ Gtk2::FileChooser:: ], ; 1; __END__ running the code above, i get the following error Can't locate object method "_ADD_INTERFACE" via package "Gtk2::FileChooser" at /usr/local/lib/perl/5.8.8/Glib.pm line 211. BEGIN failed--compilation aborted at /home/holger/perl/Gtk2/Ex/RecycleButton.pm line 9. -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email |