Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
edwin%woudt.nl 8206902f68 Fixing to comply with MPL requirements: every contributor should be mentioned! 1999-03-07 19:58:40 +00:00
grail%cafebabe.org 3d14c50dbd Patches from Edwin to clarify method calls for inner methods. 1999-02-17 05:26:17 +00:00
grail%cafebabe.org 5dd5a2f5eb Stupid stupid stupid. JComboBox.removeAllItems() NullExceptions if
there's a zero count. The safe way to call it is by:

if (combobox.getItemCount() > 0) {
  combobox.removeAllItems();
}

This is stupid.
1999-01-20 09:53:28 +00:00
grail%cafebabe.org 183c4296d2 Old references to Orion, etc. ripped now. Replacements dropped it. It
compiles. Let the games begin.
1999-01-09 03:55:32 +00:00
jwz%mozilla.org 8903c79db1 vivat grendel! 1998-09-09 00:52:38 +00:00