[Webkit-unassigned] [Bug 14732] [gtk] Rename *Gdk to *Gtk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 11:03:41 PDT 2007


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





------- Comment #7 from aroben at apple.com  2007-08-17 11:03 PDT -------
(In reply to comment #6)
> Do we have any examples for do-webcore-rename? The script itself has no
> documentation and a grep didn't expose any examples.

All you have to do is modify the %renames hash (some examples are included in
the script):

my %renames = ( 
    "xxx" => "yyy",
    #"KURL" => "PlatformURL",
    #"KURLMac" => "PlatformURLMac",
    #"KURL_H_" => "PlatformURL_h",
);


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