Revision 4e9e391...

Go back to digest for 27th January 2013

Other in Networking Tools

Emil Sedgh committed changes in [ktp-text-ui] lib/adium-theme-view.cpp:

RTL'izing text with a <span> does not work good enough. It will not end up right-aligning the text.
Use <div> to rtl texts again.
Initially, a <div> was used. However, it broke Renkoo and caused unwanted newlines.
Now we check and add the <div> only if the text is rtl.
Matches Adium's behaviour.

File Changes

Modified 1 files
  • lib/adium-theme-view.cpp
1 files changed in total