After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 93297 - Missing Glib::RefPtr<> in app-helper.c
Missing Glib::RefPtr<> in app-helper.c
Status: RESOLVED NOTABUG
Product: libgnomeuimm
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-09-14 19:05 UTC by Manuel Clos
Modified: 2011-01-16 23:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Manuel Clos 2002-09-14 19:05:09 UTC
Gtk::AccelGroup should be Glib::RefPtr<Gtk::AccelGroup> in the fill methods
of app-helper.c

Testcase :)
Project.cc:208: no matching function for call to `fill (Gtk::Toolbar &,
vector<Gnome::UI::Items::Info,allocator<Gnome::UI::Items::Info> > &,
Glib::RefPtr<Gtk::AccelGroup> &)'
/gnome/garnome/include/libgnomeuimm-2.0/libgnomeuimm/app-helper.h:353:
candidates are: void Gnome::UI::Items::fill(Gtk::Toolbar &, const
Gnome::UI::Items::Array<Gnome::UI::Items::Info> &, Gtk::AccelGroup &)
/gnome/garnome/include/libgnomeuimm-2.0/libgnomeuimm/app-helper.h:346:    
            void Gnome::UI::Items::fill(Gtk::MenuShell &, const
Gnome::UI::Items::Array<Gnome::UI::Items::Info> &, Gtk::AccelGroup &, int =
true, int = 0)
Comment 1 Murray Cumming 2002-09-15 09:58:54 UTC
This seems to be fixed already, at least in cvs.