GNOME Bugzilla – Bug 93297
Missing Glib::RefPtr<> in app-helper.c
Last modified: 2011-01-16 23:41:37 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)
This seems to be fixed already, at least in cvs.