[solang] Updated the website and bug tracker URLs
- From: Debarshi Ray <debarshir src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [solang] Updated the website and bug tracker URLs
- Date: Thu, 14 Jan 2010 14:22:34 +0000 (UTC)
commit 6e1a05f58f305ff297e9e623ac3c6105e2b3d524
Author: Debarshi Ray <rishi gnu org>
Date: Wed Jan 13 20:00:40 2010 +0200
Updated the website and bug tracker URLs
Bug tracker: https://bugzilla.gnome.org/enter_bug.cgi?product=solang
Website: http://projects.gnome.org/solang
README | 2 +-
configure.ac | 4 +++-
src/application/main-window.cpp | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/README b/README
index 54837a2..4f0e94a 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ notice and this notice are preserved.
Solang - A photo manager for GNOME
==================================
-Website: https://savannah.nongnu.org/projects/solang
+Website: http://projects.gnome.org/solang
Motivation for the project
--------------------------
diff --git a/configure.ac b/configure.ac
index 88a1fce..813b8f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,6 @@
-AC_INIT(Solang, 0.3, [solang-devel nongnu org], [solang])
+AC_INIT(Solang, 0.3,
+ [https://bugzilla.gnome.org/enter_bug.cgi?product=solang],
+ [solang])
AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
AC_CONFIG_HEADERS([config.h])
diff --git a/src/application/main-window.cpp b/src/application/main-window.cpp
index cc81264..82046ed 100644
--- a/src/application/main-window.cpp
+++ b/src/application/main-window.cpp
@@ -55,7 +55,7 @@ static const std::string uiFile
= PACKAGE_DATA_DIR"/"PACKAGE_TARNAME"/ui/"PACKAGE_TARNAME".ui";
static const Glib::ustring websiteURL
- = "https://savannah.nongnu.org/projects/solang";
+ = "http://projects.gnome.org/solang";
class Docker :
public std::unary_function<DockObjectPtr const &, void>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]