From ef498ab03510076d9b4a80f52164032a413ec867 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 17 Nov 2009 12:06:40 -0500 Subject: Remove some redundancy from EABContactDisplay. --- widgets/misc/e-web-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc/e-web-view.c') diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c index 5d56735e5e..a71bf8299a 100644 --- a/widgets/misc/e-web-view.c +++ b/widgets/misc/e-web-view.c @@ -272,7 +272,6 @@ action_mailto_copy_cb (GtkAction *action, const gchar *uri; gchar *text; - clipboard = gtk_clipboard_get (GDK_SELECTION_CLIPBOARD); uri = e_web_view_get_selected_uri (web_view); g_return_if_fail (uri != NULL); @@ -289,6 +288,7 @@ action_mailto_copy_cb (GtkAction *action, camel_object_unref (inet_addr); camel_url_free (curl); + clipboard = gtk_clipboard_get (GDK_SELECTION_CLIPBOARD); gtk_clipboard_set_text (clipboard, text, -1); gtk_clipboard_store (clipboard); -- cgit v1.2.3