← Back to team overview

pyneighborhood team mailing list archive

[Branch ~pyneighborhood/pyneighborhood/devel] Rev 561: added restart of browing when changing options

 

------------------------------------------------------------
revno: 561
committer: Linus Hoppe <mail@xxxxxxxxxxxxx>
branch nick: pyneighborhood
timestamp: Sun 2011-01-23 15:13:07 +0100
message:
  added restart of browing when changing options
modified:
  pyneighborhood/options.py


--
lp:pyneighborhood
https://code.launchpad.net/~pyneighborhood/pyneighborhood/devel

Your team pyNeighborhood is subscribed to branch lp:pyneighborhood.
To unsubscribe from this branch go to https://code.launchpad.net/~pyneighborhood/pyneighborhood/devel/+edit-subscription
=== modified file 'pyneighborhood/options.py'
--- pyneighborhood/options.py	2011-01-02 08:48:37 +0000
+++ pyneighborhood/options.py	2011-01-23 14:13:07 +0000
@@ -21,6 +21,7 @@
 from os import stat
 from pyneighborhood import config
 from pyneighborhood.misc import unpad, sharepath, homeconfdir
+from pyneighborhood.events import browsingevent
 
 _ = gettext.gettext
 
@@ -65,6 +66,7 @@
             config.write(f)
             f.flush()
             f.close()
+            browsingevent.set() 
             self.window.destroy()
             return gtk.TRUE