* src/crash.c
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 19 Jan 2003 16:28:29 +0000 (16:28 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 19 Jan 2003 16:28:29 +0000 (16:28 +0000)
change bug tracker URL to bugzilla URL

ChangeLog.claws
configure.ac
src/crash.c

index 1f561f0df7cf74dd9e5ea434ec8e320671947813..7b2504d4d98e41163f996b9b0161fe066ba478aa 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-19 [alfons]    0.8.8claws121
+
+       * src/crash.c
+               change bug tracker URL to bugzilla URL
+
 2003-01-19 [alfons]    0.8.8claws120
 
        * src/mimeview.c
index b32d24d36b81ef8e56fead178f93aa813b71b22d..95bb77bf687b608595630805428de776aca5e77e 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=8
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws120
+EXTRA_VERSION=claws121
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 9ab0ff18cf1235b7392fe448d9924081bdbc8556..e33915dfc29b8273fa97ea1262821f75aed49cfe 100644 (file)
@@ -312,7 +312,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://sourceforge.net/tracker/?func=add&group_id=25528&atid=384598",
+       open_uri("http://sylpheed-claws.sourceforge.net/cgi-bin/bugzilla/enter_bug.cgi",
                 prefs_common.uri_cmd);
 }