[vino] Add website to AC_INIT and use in about dialog
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vino] Add website to AC_INIT and use in about dialog
- Date: Tue, 8 Mar 2011 21:46:32 +0000 (UTC)
commit e2ac72334c8dd1c4e0bf8cb049a65007fdf582f2
Author: David King <amigadave amigadave com>
Date: Tue Mar 8 22:45:46 2011 +0100
Add website to AC_INIT and use in about dialog
configure.ac | 2 +-
server/vino-status-icon.c | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5a940d2..13733d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.64])
-AC_INIT([Vino],[2.99.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=vino],[vino])
+AC_INIT([Vino],[2.99.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=vino],[vino], [http://live.gnome.org/Vino])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([server/vino-fb.c])
AC_CONFIG_HEADERS([config.h])
diff --git a/server/vino-status-icon.c b/server/vino-status-icon.c
index 790cdb4..fe50c3e 100644
--- a/server/vino-status-icon.c
+++ b/server/vino-status-icon.c
@@ -281,6 +281,7 @@ vino_status_icon_about (VinoStatusIcon *icon)
gtk_show_about_dialog (NULL,
"comments", _("Share your desktop with other users"),
"version", PACKAGE_VERSION,
+ "website", PACKAGE_URL,
"license", license,
"authors", authors,
"translator-credits", translators,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]