[Xfce4-commits] <exo:master> Fix typo in commit 5a2b111.

Nick Schermer noreply at xfce.org
Mon Jun 7 19:28:01 CEST 2010


Updating branch refs/heads/master
         to 277ba4ae3b9067351e5ded72a73bc082aeb93175 (commit)
       from 39b714d8d86a30bb2f2dc2af55a7b866eb89a535 (commit)

commit 277ba4ae3b9067351e5ded72a73bc082aeb93175
Author: Stefan Stuhr <xfce-bug at sstuhr.dk>
Date:   Mon Jun 7 19:26:50 2010 +0200

    Fix typo in commit 5a2b111.

 exo/exo-gtk-extensions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exo/exo-gtk-extensions.c b/exo/exo-gtk-extensions.c
index 4010a93..a1d2328 100644
--- a/exo/exo-gtk-extensions.c
+++ b/exo/exo-gtk-extensions.c
@@ -195,7 +195,7 @@ exo_gtk_url_about_dialog_hook (GtkAboutDialog *about_dialog,
   gchar     *uri, *escaped;
 
   g_return_if_fail (GTK_IS_ABOUT_DIALOG (about_dialog));
-  g_return_if_fail (link != NULL);
+  g_return_if_fail (address != NULL);
 
   /* simple check if this is an email address */
   if (!g_str_has_prefix (address, "mailto:") && strchr (address, '@') != NULL)



More information about the Xfce4-commits mailing list