[jsword-svn] bibledesktop/java/main/org/crosswire/bibledesktop/book s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Jun 25 14:41:39 MST 2005


Update of /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book
In directory www.crosswire.org:/tmp/cvs-serv28191/java/main/org/crosswire/bibledesktop/book

Modified Files:
	BooksComboBoxModel.java 
Log Message:
Added two preferences (both defaulting to true):
1) Open links in current BibleView
2) Use current Bible for new BibleViews.

Index: BooksComboBoxModel.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/BooksComboBoxModel.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** BooksComboBoxModel.java	22 Jun 2005 03:50:49 -0000	1.12
--- BooksComboBoxModel.java	25 Jun 2005 21:41:37 -0000	1.13
***************
*** 90,93 ****
--- 90,94 ----
      {
          this.current = (Book) selected;
+         Defaults.setCurrentBook(current);
          fireContentsChanged(this, -1, -1);
      }



More information about the jsword-svn mailing list