Gtkmm-forge digest, Vol 1 #980 - 4 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: Gtkmm-forge digest, Vol 1 #980 - 4 msgs
- Date: Mon, 03 Oct 2005 20:09:00 -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. Do not try to unsubscribe gtkmm-forge from gtkmm-list.
Today's Topics:
1. [Bug 317789] New: ustring conversion error (gtkmm (bugzilla.gnome.org))
2. [Bug 317789] ustring conversion error (gtkmm (bugzilla.gnome.org))
3. [Bug 317789] ustring conversion error (gtkmm (bugzilla.gnome.org))
4. [Bug 129846] libglade: GtkMenuItem accelerators lost during reparenting (libglade (bugzilla.gnome.org))
--__--__--
Message: 1
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Mon, 3 Oct 2005 00:00:32 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 317789] New: ustring conversion error
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=3D317789
gtkmm | general | Ver: unspecified
Summary: ustring conversion error
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: teus teusbenschop nl
CC: all-bugs bugzilla gnome org
Create a GtkTextView with a GtkTextBuffer, and load text in it containing=
this
character:
=EF=AC=83
Load that text in class ustring:
ustring line =3D gtk_text_buffer_get_text (textbuffer_edit, &begin, &end,=
false);
The character =EF=AC=83 gets changed to ffi
This gives problems in the calculation of the length of the characters, a=
s =EF=AC=83
should be one, and ffi will be three.
Workaround:
gchar * gline;
gline =3D gtk_text_buffer_get_text (textbuffer_edit, &begin, &end, fals=
e);
string s (gline);
g_free (gline);
ustring s2 (s);
The ustring s2 will now contain the right characters.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 2
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Mon, 3 Oct 2005 00:33:11 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 317789] ustring conversion error
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=3D317789
gtkmm | general | Ver: unspecified
Teus Benschop changed:
What |Removed |Added
-------------------------------------------------------------------------=
---
Status|UNCONFIRMED |RESOLVED
Resolution| |NOTABUG
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 3
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Mon, 3 Oct 2005 00:34:03 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 317789] ustring conversion error
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=3D317789
gtkmm | general | Ver: unspecified
------- Additional Comments From Teus Benschop 2005-10-03 04:34 -------
Oops, the bug was somewhere else, not here. I've changed to resolved.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 4
From: "libglade (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Mon, 3 Oct 2005 16:53:51 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 129846] libglade: GtkMenuItem accelerators lost during reparenting
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=3D129846
libglade | gtk | Ver: 2.0.x
------- Additional Comments From Roger Leigh 2005-10-03 20:53 -------
Is there any progress being made on this bug? Is there anything I can do=
to help?
Regards,
Roger
------- 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]