From 7d419262841da2b7208baf40ce29d5c437eadfb1 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 1 Sep 2004 15:11:10 +0000 Subject: [PATCH] * src/EditPlace.py (on_web_go_clicked): Typo. svn: r3528 --- ChangeLog | 3 +++ src/EditPlace.py | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 996f6ad97..fae8453fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2004-09-01 Alex Roitman + * src/EditPlace.py (on_web_go_clicked): Typo. + 2004-08-31 Don Allingham * src/RelLib.py (GenderStats.guess_gender): back out incorrect patch diff --git a/src/EditPlace.py b/src/EditPlace.py index 984b98fa0..f0180266e 100644 --- a/src/EditPlace.py +++ b/src/EditPlace.py @@ -328,11 +328,9 @@ class EditPlace: Utils.unbold_label(self.names_label) def on_web_go_clicked(self,obj): - import gnome.url - text = obj.get() if text != "": - gnome.url.show(text) + gnome.url_show(text) def set(self,field,getf,setf): text = unicode(field.get_text())