smiley changes in Yahoo when typing without "-". :) to >:)

Bug #288501 reported by hakimrazalan
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Pidgin-WebKit
New
Undecided
Unassigned

Bug Description

whenever i type smiley for the example there is addition of ">" symbol in the front of it when i entering smiley without "-"..

:) will become >:)
:P to >:P

thank you~

Revision history for this message
hakimrazalan (hakimrazalan) wrote :
Revision history for this message
Ovidiu Nitan (nitanovidiu) wrote :

Yes, I confirm this bug.

If I start a message with :) (for example), Pidgin will show the emoticon equivalent to >:)

It's seems that Pidgin add > before any emoticon.

Revision history for this message
Ovidiu Nitan (nitanovidiu) wrote :

Found a fix on this bug. I'm not a C programmer, but using my python knowdlege I succeded to fix this bug.

On line 833 in webkit.c (revision 70) add these lines:
  case '>':
   g_string_append(str, "> ");
   break;

Compile and reinstall the plugin: now it should work as expected.

This fix may cause other problems (as soon it seems to work perfectly) because, I repeat, I'm not a C programmer.

Ovidiu Nitan

Revision history for this message
Ovidiu Nitan (nitanovidiu) wrote :

It seems that Launchpad altered my code... See the correct code at http://pastebin.com/f686bb233

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.