[gtkmm] Gtkmm-forge digest, Vol 1 #422 - 3 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #422 - 3 msgs
- Date: Mon, 05 May 2003 20:06:28 -0700
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.
Today's Topics:
1. [Bug 112248] Changed - More conversions (bugzilla-daemon widget gnome org)
2. [Bug 112321] New - Gtk::Image::get_pixbuf problems unreferencing Glib::RefPtr PATCH (bugzilla-daemon widget gnome org)
3. [Bug 112321] Changed - Gtk::Image::get_pixbuf problems unreferencing Glib::RefPtr PATCH (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, mxpxfifws yahoo com
Cc:
Date: Mon, 5 May 2003 02:15:14 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112248] Changed - More conversions
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=112248
Changed by murrayc usa net
--- shadow/112248 Sun May 4 22:25:39 2003
+++ shadow/112248.tmp.8732 Mon May 5 02:15:14 2003
@@ -24,6 +24,14 @@
------- Additional Comments From mxpxfifws yahoo com 2003-05-04 22:25 -------
Created an attachment (id=16261)
The patchfile with all my changes.
+
+------- Additional Comments From murrayc usa net 2003-05-05 02:15 -------
+Looks good. I will apply it later today.
+
+I'm not sure about the "\t" in the examples and the magic 0x777
+should be commented, or avoided.
+
+Please remember to use the PATCH keyword.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: murrayc usa net
Date: Mon, 5 May 2003 13:54:33 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112321] New - Gtk::Image::get_pixbuf problems unreferencing Glib::RefPtr PATCH
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=112321
Changed by ec142 york ac uk
--- shadow/112321 Mon May 5 13:54:33 2003
+++ shadow/112321.tmp.15230 Mon May 5 13:54:33 2003
@@ -0,0 +1,34 @@
+Bug#: 112321
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: ec142 york ac uk
+TargetMilestone: ---
+URL:
+Cc: murrayc usa net
+Summary: Gtk::Image::get_pixbuf problems unreferencing Glib::RefPtr PATCH
+
+I am trying to create a Gtk::Image from a Gdk::Pixbuf and then update
+the same pixbuf. i.e.:
+Gdk::Pixbuf *pixbuf;
+Gtk::Image *image;
+pixbuf = Gdk::Pixbuf::create_from_file("1.png");
+image = manage( new Gtk::Image(pixbuf) );
+pixbuf = image->get_pixbuf();
+
+but I get:
+(test:1769): GLib-GObject-CRITICAL **: file gobject.c: line 1337
+(g_object_unref): assertion `G_IS_OBJECT (object)' failed
+
+If I create the image from a copy of the pixbuf (using pixbuf->copy in
+the image constructor), I get the same.
+
+I submit a patch (see ChangeLog) done under guidance from Murray Cummings.
+I have tested the changes with positive results.
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: murrayc usa net
Date: Mon, 5 May 2003 13:58:09 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112321] Changed - Gtk::Image::get_pixbuf problems unreferencing Glib::RefPtr PATCH
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=112321
Changed by ec142 york ac uk
--- shadow/112321 Mon May 5 13:54:33 2003
+++ shadow/112321.tmp.17896 Mon May 5 13:58:09 2003
@@ -29,6 +29,11 @@
If I create the image from a copy of the pixbuf (using pixbuf->copy in
the image constructor), I get the same.
I submit a patch (see ChangeLog) done under guidance from Murray Cummings.
I have tested the changes with positive results.
+
+------- Additional Comments From ec142 york ac uk 2003-05-05 13:58 -------
+Created an attachment (id=16275)
+patch for the reported 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]