From 613453b1095e325149b8d37e5731d415e1d5f9bd Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Thu, 31 Oct 2002 21:30:57 +0000 Subject: merging the gal-2 branch back to the trunk. merging the gal-2 branch back to the trunk. svn path=/trunk/; revision=18471 --- widgets/text/e-text-model-uri.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'widgets/text/e-text-model-uri.c') diff --git a/widgets/text/e-text-model-uri.c b/widgets/text/e-text-model-uri.c index 765faa05ca..7292d2954e 100644 --- a/widgets/text/e-text-model-uri.c +++ b/widgets/text/e-text-model-uri.c @@ -116,7 +116,6 @@ e_text_model_uri_destroy (GtkObject *object) g_free (iter->data); g_list_free (model_uri->uris); model_uri->uris = NULL; - if (GTK_OBJECT_CLASS (parent_class)->destroy) (* GTK_OBJECT_CLASS (parent_class)->destroy) (object); @@ -345,7 +344,7 @@ e_text_model_uri_activate_nth_object (ETextModel *model, gint i) objectify_idle_flush (E_TEXT_MODEL_URI (model)); obj_str = e_text_model_strdup_nth_object (model, i); - gnome_url_show (obj_str); + gnome_url_show (obj_str, NULL); g_free (obj_str); } -- cgit v1.2.3