Gtkmm-forge digest, Vol 1 #957 - 1 msg



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 311311] Gtk::Settings::get_default() creates multiple wrappers for same object (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Date: Tue, 26 Jul 2005 15:04:02 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 311311] Gtk::Settings::get_default() creates multiple wrappers for same object

Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=3D311311
 gtkmm | general | Ver: unspecified





------- Additional Comments From R=E9gis Duchesne  2005-07-26 19:04 -----=
--
The current code does this:

Glib::RefPtr<Settings> Settings::get_default()
{
  return Glib::RefPtr<Settings>( new Settings( gtk_settings_get_default()=
 ) );
}

Changing it to that seems to fix the problem for me:

Glib::RefPtr<Settings> Settings::get_default()
{
  return Glib::wrap(gtk_settings_get_default(), true);
}

------- You are receiving this mail because: -------
You are the assignee for the bug.



--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]