* src/EditPlace.py (on_web_go_clicked): Typo.
svn: r3528
This commit is contained in:
parent
466aaebfd6
commit
7d41926284
@ -1,3 +1,6 @@
|
|||||||
|
2004-09-01 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
|
* src/EditPlace.py (on_web_go_clicked): Typo.
|
||||||
|
|
||||||
2004-08-31 Don Allingham <dallingham@users.sourceforge.net>
|
2004-08-31 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/RelLib.py (GenderStats.guess_gender): back out
|
* src/RelLib.py (GenderStats.guess_gender): back out
|
||||||
incorrect patch
|
incorrect patch
|
||||||
|
@ -328,11 +328,9 @@ class EditPlace:
|
|||||||
Utils.unbold_label(self.names_label)
|
Utils.unbold_label(self.names_label)
|
||||||
|
|
||||||
def on_web_go_clicked(self,obj):
|
def on_web_go_clicked(self,obj):
|
||||||
import gnome.url
|
|
||||||
|
|
||||||
text = obj.get()
|
text = obj.get()
|
||||||
if text != "":
|
if text != "":
|
||||||
gnome.url.show(text)
|
gnome.url_show(text)
|
||||||
|
|
||||||
def set(self,field,getf,setf):
|
def set(self,field,getf,setf):
|
||||||
text = unicode(field.get_text())
|
text = unicode(field.get_text())
|
||||||
|
Loading…
Reference in New Issue
Block a user