Merge browser README in the root one
This commit is contained in:
parent
2b57bcfd61
commit
9bd898a5b2
8
README
8
README
@ -1,3 +1,11 @@
|
|||||||
|
Dependencies
|
||||||
|
============
|
||||||
|
|
||||||
|
gecko-embed
|
||||||
|
|
||||||
|
http://gnome.org/~marco/gecko-embed-0.1-5.i386.rpm
|
||||||
|
http://gnome.org/~marco/gecko-embed-0.1-5.src.rpm
|
||||||
|
|
||||||
Building
|
Building
|
||||||
========
|
========
|
||||||
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
DEPENDENCIES
|
|
||||||
------------
|
|
||||||
|
|
||||||
gecko-embed
|
|
||||||
|
|
||||||
http://gnome.org/~marco/gecko-embed-0.1-5.i386.rpm
|
|
||||||
http://gnome.org/~marco/gecko-embed-0.1-5.src.rpm
|
|
@ -239,6 +239,7 @@ class ActivityContainer(dbus.service.Object):
|
|||||||
|
|
||||||
def notebook_tab_changed(self, notebook, page, page_number):
|
def notebook_tab_changed(self, notebook, page, page_number):
|
||||||
print "in notebook_tab_changed"
|
print "in notebook_tab_changed"
|
||||||
|
print notebook.get_nth_page(page_number)
|
||||||
new_activity = notebook.get_nth_page(page_number).get_data("sugar-activity")
|
new_activity = notebook.get_nth_page(page_number).get_data("sugar-activity")
|
||||||
print " Current activity: ", self.current_activity
|
print " Current activity: ", self.current_activity
|
||||||
print " New activity: ", new_activity
|
print " New activity: ", new_activity
|
||||||
@ -295,7 +296,4 @@ def main():
|
|||||||
|
|
||||||
activityContainer = ActivityContainer(service, session_bus)
|
activityContainer = ActivityContainer(service, session_bus)
|
||||||
|
|
||||||
try:
|
gtk.main()
|
||||||
gtk.main()
|
|
||||||
except KeyboardInterrupt:
|
|
||||||
pass
|
|
||||||
|
Loading…
Reference in New Issue
Block a user