Re: Ekiga and Linphone Keypads need not to be affected by RTL (force LTR)

2013-01-04 Thread Olav Vitters
On Sat, Nov 10, 2012 at 02:47:46PM +0100, Genghis Khan wrote: > Ekiga > http://git.gnome.org/browse/ekiga/tree/lib/gui/dialpad.c#n141 Always best to use Bugzilla for bugs: https://bugzilla.gnome.org/ That way the Ekiga developers are notified directly and it is tracked. -- Regards, Olav ___

Re: Ekiga and Linphone Keypads need not to be affected by RTL (force LTR)

2013-01-04 Thread Genghis Khan
Solved. http://lists.nongnu.org/archive/html/linphone-developers/2013-01/msg2.html https://trac.gajim.org/changeset/5f8bfea2054a http://git.gnome.org/browse/ekiga/commit/?id=76c9b23 + // the dialpad is LTR even for RTL languages + gtk_widget_set_direction (dialpad, GTK_TEXT_DIR_LTR); Thank y

Ekiga and Linphone Keypads need not to be affected by RTL (force LTR)

2012-11-10 Thread Genghis Khan
Hello, RTL = Right to left LTR = Left to right When using Ekiga or Linphone with RTL UI, the keypad reverts to: A 3 2 1 B 6 5 4 C 9 8 7 D # 0 * As far as I know, there is no such keypad order anywhere on the globe. Is it possible to force the original English alignment on certain element/objec