Hi, been a while
I'm making a glade file with a gtktreesortable, and a gtkliststore as child, and combobox.
The gtkliststore has some strings, the combobox show them propertly and sorted as expected.
Now, I have a problem:
When the app is run in my locale the combobox executes commands when the user change its activated item..but when
is translated and sorted, the commands are not execute according the activated item, because the sort and translated are missmatched...
any ideas or workarounds?
Example:
Code:
// spanish sorted order
Apagar <--execute shutdown
Reiniciar <-- execute reboot
Salir <-- close app window
// english sorted order
Exit <-- shutdown
Reboot <-- reboot
Shutdown <-- close
I can imagine other combinations can be with other locales :\