Send Gtkmm-forge mailing list submissions to
        [EMAIL PROTECTED]

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
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

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 324422] Add tutorial documentation for drawing with Cairo (gtkmm 
(bugzilla.gnome.org))
   2. [Bug 153142] libbonobomm cvs build error, when building statically. 
(gnomemm (bugzilla.gnome.org))
   3. [Bug 315874] GObject wrapper is considered destroyed too soon (glibmm 
(bugzilla.gnome.org))
   4. [Bug 320502] Method "Gnome::Canvas::Bpath::set_bpath" seems partially 
broken... (gnomemm (bugzilla.gnome.org))
   5. [Bug 160132] StatusIcon gives error when panel killed (gtk+ 
(bugzilla.gnome.org))
   6. [Bug 160132] StatusIcon gives error when panel killed (gnome-panel 
(bugzilla.gnome.org))

--__--__--

Message: 1
To: [EMAIL PROTECTED]
From: "gtkmm (bugzilla.gnome.org)" <[EMAIL PROTECTED]>
Date: Tue, 20 Dec 2005 04:19:36 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 324422] Add tutorial documentation for drawing 
with Cairo

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=3D324422
 gtkmm | reference documentation | Ver: unspecified





------- Comment #8 from Murray Cumming  2005-12-20 09:19 UTC -------
I have applied the cairomm RefPtr patch.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 2
To: [EMAIL PROTECTED]
From: "gnomemm (bugzilla.gnome.org)" <[EMAIL PROTECTED]>
Date: Tue, 20 Dec 2005 06:27:19 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 153142] libbonobomm cvs build error, when 
building statically.

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=3D153142
 gnomemm | libbonobomm | Ver: unspecified


Murray Cumming changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
                 CC|                            |[EMAIL PROTECTED]




------- Comment #11 from Murray Cumming  2005-12-20 11:27 UTC -------
Status: Nobody is maintaining libbonobo*mm at the moment, and I doubt tha=
t
anybody needs to use it. However, patches would be welcome.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 3
To: [EMAIL PROTECTED]
From: "glibmm (bugzilla.gnome.org)" <[EMAIL PROTECTED]>
Date: Tue, 20 Dec 2005 09:05:06 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 315874] GObject wrapper is considered destroyed 
too soon

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=3D315874
 glibmm | object | Ver: 2.8.x





------- Comment #7 from Murray Cumming  2005-12-20 14:05 UTC -------
Created an attachment (id=3D56204)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=3D56204&action=3Dview)
remove.patch

This patch should fix the warning. I haven't committed it yet because the=
 test
case is currently segfaulting on close even without the patch. Investigat=
ing.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 4
To: [EMAIL PROTECTED]
From: "gnomemm (bugzilla.gnome.org)" <[EMAIL PROTECTED]>
Date: Tue, 20 Dec 2005 11:31:32 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 320502] Method "Gnome::Canvas::Bpath::set_bpath" 
seems partially broken...

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=3D320502
 gnomemm | libgnomecanvasmm | Ver: 2.6


Murray Cumming changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
                 CC|                            |[EMAIL PROTECTED]
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #4 from Murray Cumming  2005-12-20 16:31 UTC -------
This is caused by this (correct) change in libgnomecanvasmm:
http://cvs.gnome.org/viewcvs/libgnomecanvas/libgnomecanvas/gnome-canvas-b=
path.c?r1=3D1.8&r2=3D1.9

Fixed in the HEAD branch (for GNOME 2.13/14) with:

2005-12-20  Murray Cumming <[EMAIL PROTECTED]>

        * libgnomecanvas/src/bpath.hg: The path property is
        a PathDef, not a gpointer*. This theoretically breaks
        API/ABI, but it is useless if we do not change it,
        because the type is now checked in the C library.
        * libgnomecanvas/src/libgnomecanvas_signals.defs:
        Update with h2defs.py, but ignoring API-break-causing
        writable/not-writable changes.
        Bug #320502 by Pau Fernandez.

Thanks.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 5
To: [EMAIL PROTECTED]
From: "gtk+ (bugzilla.gnome.org)" <[EMAIL PROTECTED]>
Date: Tue, 20 Dec 2005 16:23:31 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 160132] StatusIcon gives error when panel killed

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=3D160132
 gtk+ | general | Ver: unspecified


Matthias Clasen changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
                 CC|                            |[EMAIL PROTECTED]




------- Comment #15 from Matthias Clasen  2005-12-20 21:23 UTC -------
teststatusicon.c from gtk+/tests survives it just fine, when I run it in
testtray from libegg/libegg/tray, and kill the tray. The one thing that g=
oes
wrong is that the tray icon becomes a visible toplevel window in that cas=
e. It
should remain hidden.=20

Regarding this bug, you need to figure out in what way the panel systray
behaves differently from testtray


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 6
To: [EMAIL PROTECTED]
From: "gnome-panel (bugzilla.gnome.org)" <[EMAIL PROTECTED]>
Date: Tue, 20 Dec 2005 16:24:38 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 160132] StatusIcon gives error when panel killed

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=3D160132
 gnome-panel | Notification Area Applet | Ver: unspecified


Matthias Clasen changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
          Component|general                     |Notification Area Applet
            Product|gtk+                        |gnome-panel
   Target Milestone|2.10 API freeze             |---




--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



--__--__--

_______________________________________________
Gtkmm-forge mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to