gedit string freeze breakage



There seems to have been an unannounced string freeze breakage in the
gedit HEAD branch.

This seems to be the commit in dialogs/gedit-preferences-dialog.c that
caused the unannounced string change:

----------------------------
1.54 <paolo> 2003-08-22 09:46
2003-08-22 Paolo Maggi <paolo.maggi@polito.it>

* gedit-document.c (gedit_document_new): disable bracket matching
since it is broken.
(gedit_document_set_uri)(gedit_document_set_language):
use the new function gedit_languages_manager_get_language_from_id
instead of the old gedit_languages_manager_get_language_from_name

* gedit-languages-manager.[ch]: rename
gedit_languages_manager_get_language_from_name to
gedit_languages_manager_get_language_from_id

* gedit2.c (main): fix the --help messages translation problem
as reported on the desktop-devel mailing list

* dialogs/gedit-preferences-dialog.c: remove unused code

* dialogs/gedit-preferences.glade2: remove unused pages
----------------------------

This is the change:
http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&root=/cvs/gnome&subdir=gedit/gedit/dialogs&command=DIFF_FRAMESET&file=gedit-preferences-dialog.c&rev2=1.54&rev1=1.53
The message that changed is "Text Wrapping".

This message seems to have been present in the code before, and had
remained in *some* po files since then. However, it hasn't been present
all the time since the string freeze, so this both constitutes and has
the effect of a freeze breakage for most translations, even though I
believe this really was an accident. Paolo?


Christian





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]