From: Paul Mangan Date: Fri, 15 Aug 2003 08:23:13 +0000 (+0000) Subject: update and define claws bugzilla location X-Git-Tag: gtk2_000~66 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=7fa4b85ddf1b9dca674305854fd65034d0b3c70a update and define claws bugzilla location --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 6da5ca4d1..42caf7f8a 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2003-08-15 [paul] 0.9.4claws22 + + * src/common/defs.h + src/crash.c + update and define claws bugzilla location + 2003-08-15 [paul] 0.9.4claws21 * po/ru.po diff --git a/configure.ac b/configure.ac index 58a311362..8276ae10f 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=4 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=21 +EXTRA_VERSION=22 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws else diff --git a/src/common/defs.h b/src/common/defs.h index 1cd4d9ae5..08143023b 100644 --- a/src/common/defs.h +++ b/src/common/defs.h @@ -70,6 +70,7 @@ #define SYLDOC_MANUAL_HTML_INDEX "manual/manual.html" #define SYLDOC_FAQ_HTML_INDEX "faq/faq.html" #define CLAWS_FAQ_URI "http://sylpheed-claws.sourceforge.net/phpwiki/index.php" +#define CLAWS_BUGZILLA_URI "http://www.thewildbeast.co.uk/sylpheed-claws/bugzilla/enter_bug.cgi" #define FOLDER_LIST "folderlist.xml" #define CACHE_FILE ".sylpheed_cache" #define MARK_FILE ".sylpheed_mark" diff --git a/src/crash.c b/src/crash.c index 77a73cc32..9b33bb839 100644 --- a/src/crash.c +++ b/src/crash.c @@ -307,8 +307,7 @@ static void crash_save_crash_log(GtkButton *button, const gchar *text) */ static void crash_create_bug_report(GtkButton *button, const gchar *data) { - open_uri("http://sylpheed-claws.sourceforge.net/cgi-bin/bugzilla/enter_bug.cgi", - prefs_common.uri_cmd); + open_uri(CLAWS_BUGZILLA_URI, prefs_common.uri_cmd); } /*!