[gnome-packagekit/gnome-2-30] Use the correct URL in the about dialog to fix an error. Fixes rh#598261



commit 95f3c2d7497b3d88975ff6f3a0a5e7fdc534d56a
Author: Richard Hughes <richard hughsie com>
Date:   Wed Jun 23 09:08:27 2010 +0100

    Use the correct URL in the about dialog to fix an error. Fixes rh#598261

 src/gpk-watch.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-watch.c b/src/gpk-watch.c
index 9ff02a7..9ecc42a 100644
--- a/src/gpk-watch.c
+++ b/src/gpk-watch.c
@@ -479,7 +479,7 @@ gpk_watch_show_about_cb (GtkMenuItem *item, gpointer data)
 			       "license", license_trans,
 			       "wrap-license", TRUE,	
 			       "website-label", _("PackageKit Website"),
-			       "website", "www.packagekit.org",
+			       "website", "http://www.packagekit.org";,
 			       "comments", "PackageKit",
 			       "authors", authors,
 			       "documenters", documenters,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]