forked from AuroraMiddleware/gtk
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:
parent
e6716d2336
commit
bc170a5436
@ -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>
|
2005-03-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtksettings.c (gtk_settings_get_property):
|
* gtk/gtksettings.c (gtk_settings_get_property):
|
||||||
|
@ -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>
|
2005-03-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtksettings.c (gtk_settings_get_property):
|
* gtk/gtksettings.c (gtk_settings_get_property):
|
||||||
|
@ -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>
|
2005-03-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtksettings.c (gtk_settings_get_property):
|
* gtk/gtksettings.c (gtk_settings_get_property):
|
||||||
|
@ -37,7 +37,7 @@ m4_define([atk_required_version], [1.0.1])
|
|||||||
|
|
||||||
|
|
||||||
AC_INIT([gtk+], [gtk_version],
|
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+])
|
[gtk+])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([gdk/gdktypes.h])
|
AC_CONFIG_SRCDIR([gdk/gdktypes.h])
|
||||||
|
Loading…
Reference in New Issue
Block a user