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



commit 10ce377a4aa8df19b6efed95200e25dfffaa3015
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 f046482..79f42e8 100644
--- a/src/gpk-watch.c
+++ b/src/gpk-watch.c
@@ -480,7 +480,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]