[Webkit-unassigned] [Bug 13542] gdklauncher doesnt change URL in adress GTKEntry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 16 17:54:31 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=13542


mjs at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17936|review+                     |review?
               Flag|                            |




------- Comment #11 from mjs at apple.com  2007-12-16 17:54 PDT -------
(From update of attachment 17936)
Switching back to review?

alp points out that normal Gtk+ API practice is to return a "const gchar*" and
require the caller to g_strdup the string if it wants to save a copy. In this
case, that would mean caching the value from converting prettyURL() in a
variable in the private struct, as was done before.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list