URL escape the '+' in gtk+ in the bugzilla URL.

Thu Mar  3 16:59:44 2005  Manish Singh  <yosh@gimp.org>

        * configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
This commit is contained in:
Manish Singh 2005-03-04 01:01:01 +00:00 committed by Manish Singh
parent e6716d2336
commit bc170a5436
4 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Mar 3 16:59:44 2005 Manish Singh <yosh@gimp.org>
* configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
2005-03-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksettings.c (gtk_settings_get_property):

View File

@ -1,3 +1,7 @@
Thu Mar 3 16:59:44 2005 Manish Singh <yosh@gimp.org>
* configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
2005-03-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksettings.c (gtk_settings_get_property):

View File

@ -1,3 +1,7 @@
Thu Mar 3 16:59:44 2005 Manish Singh <yosh@gimp.org>
* configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
2005-03-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksettings.c (gtk_settings_get_property):

View File

@ -37,7 +37,7 @@ m4_define([atk_required_version], [1.0.1])
AC_INIT([gtk+], [gtk_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B],
[gtk+])
AC_CONFIG_SRCDIR([gdk/gdktypes.h])