Gtkmm-forge digest, Vol 1 #884 - 6 msgs



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 154004] Values above VScale widgets from a Glade UI disappear when the widget is used (bugzilla-daemon bugzilla gnome org)
   2. [Bug 168268] 0 should be NULL in one gtk call (bugzilla-daemon bugzilla gnome org)
   3. [Bug 168030] Patch for phpwebnotes support for tutorial (bugzilla-daemon bugzilla gnome org)
   4. [Bug 154004] Values above VScale widgets from a Glade UI disappear when the widget is used (bugzilla-daemon bugzilla gnome org)
   5. [Bug 168268] 0 should be NULL in one gtk call (bugzilla-daemon bugzilla gnome org)
   6. [Bug 154004] Values above VScale widgets from a Glade UI disappear when the widget is used (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 28 Feb 2005 04:56:32 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 154004] Values above VScale widgets from a Glade UI disappear when the widget is used

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

 http://bugzilla.gnome.org/show_bug.cgi?id=154004
 gnomemm | libglademm | Ver: 2.4





------- Additional Comments From Murray Cumming  2005-02-28 04:56 -------
This is good detective work. I think you should submit a GTK+ bug. I suggest
using g_strlen() instead of str[0], though C isn't my thing. And your patch
should also add a comment saying why it's necessary.

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


--__--__--

Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 28 Feb 2005 05:02:57 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 168268] 0 should be NULL in one gtk call

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

 http://bugzilla.gnome.org/show_bug.cgi?id=168268
 gtkmm | build | Ver: 2.2





------- Additional Comments From Murray Cumming  2005-02-28 05:02 -------
This seems to be dependent on the 2 other patches, so I'll wait for them to be
committed. Hopefully you can apply it locally in the meantime.

Is (void*)(0) also an option?

I don't like revisiting the old NULL==0 question, which is apparently different
in C than C++. Hopefully we won't have to.

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


--__--__--

Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 28 Feb 2005 05:14:34 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 168030] Patch for phpwebnotes support for tutorial

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

 http://bugzilla.gnome.org/show_bug.cgi?id=168030
 gtkmm | reference documentation | Ver: unspecified





------- Additional Comments From Murray Cumming  2005-02-28 05:14 -------
Thanks. Committed to HEAD. Please do remember to patch the ChangeLog in future.

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


--__--__--

Message: 4
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 28 Feb 2005 07:01:58 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 154004] Values above VScale widgets from a Glade UI disappear when the widget is used

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

 http://bugzilla.gnome.org/show_bug.cgi?id=154004
 gnomemm | libglademm | Ver: 2.4

Michael Hofmann changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |168747



------- Additional Comments From Michael Hofmann  2005-02-28 07:01 -------
GTK+ bug: http://bugzilla.gnome.org/show_bug.cgi?id=168747

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


--__--__--

Message: 5
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 28 Feb 2005 07:29:15 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 168268] 0 should be NULL in one gtk call

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

 http://bugzilla.gnome.org/show_bug.cgi?id=168268
 gtkmm | build | Ver: 2.2





------- Additional Comments From meissner suse de  2005-02-28 07:29 -------
yes, (void*)(0) can be used too. 

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


--__--__--

Message: 6
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 28 Feb 2005 12:31:58 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 154004] Values above VScale widgets from a Glade UI disappear when the widget is used

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

 http://bugzilla.gnome.org/show_bug.cgi?id=154004
 gnomemm | libglademm | Ver: 2.4





------- Additional Comments From Michael Hofmann  2005-02-28 12:31 -------
Hmm, I first thought that python is also affected, but Owen Taylor proved me
wrong on this.

Maybe this could be changed in the bindings by modifying the signal to sth like
  bool format_value (const int value, Glib::ustring& result) 

I don't think the callback was used in any gtkmm program yet.

------- 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]