public
Description: An cross platform opensource virtual school book
Homepage: http://schoolbook.ge3k.net
Clone URL: git://github.com/patoh/schoolbook.git
Quick commit, got kicked out of hacking area :(
patoh (author)
Sat Apr 05 21:14:15 -0700 2008
commit  42697f1175d0d511c31044224099f4a6afc922bb
tree    1ed78d2c740f3971698897737bcb4506ff5a1421
parent  cf76cb672cd7702dfec27d92afa86bdc115be7fa
0
...
1
2
3
 
4
...
1
2
 
3
4
0
@@ -1,4 +1,4 @@
0
 New features and significant updates in version...
0
 
0
-0.1 - XXXX.XX.XX
0
+0.1 - 2008.XX.XX
0
  * Initial release
...
14
15
16
17
18
19
20
...
112
113
114
 
115
116
117
...
144
145
146
 
147
 
148
149
150
...
14
15
16
 
17
18
19
...
111
112
113
114
115
116
117
...
144
145
146
147
148
149
150
151
152
0
@@ -14,7 +14,6 @@
0
 # You should have received a copy of the GNU General Public License along with
0
 # this program; if not, write to the Free Software Foundation, Inc., 59 Temple
0
 # Place, Suite 330, Boston, MA 02111-1307 USA
0
-import Book
0
 import gtk
0
 import gtk.glade
0
 
0
@@ -112,6 +111,7 @@ class DocumentWindow():
0
         """
0
         Saves the document
0
         """
0
+
0
         pass
0
 
0
     def load_document(self):
0
@@ -144,7 +144,9 @@ class DocumentWindow():
0
             'on_about_menu_item_activate' : self.on_about_menu_item_activate,
0
       'on_DocumentWindow_delete_event': self.on_DocumentWindow_delete_event
0
     })
0
+ self.book = Book.Book()
0
 
0
+
0
         self.window.set_default_size(640, 400)
0
 
0
 if __name__ == "__main__":

Comments

    No one has commented yet.