Missed a NULL at the end of a g_strconcat. I wonder how this worked

1999-09-09  Jonathan Blandford  <jrb@redhat.com>

	* capplets/screensaver-properties/parser.c
	(get_screensaver_widget): Missed a NULL at the end of a
	g_strconcat.  I wonder how this worked before.  Thanks to Morten
	Welinder <terra@diku.dk> for pointing this out.
This commit is contained in:
Jonathan Blandford 1999-09-09 18:02:32 +00:00 committed by Jonathan Blandford
parent 9769c98bda
commit cd43483d1c

View file

@ -1,3 +1,18 @@
1999-09-09 Jonathan Blandford <jrb@redhat.com>
* capplets/screensaver-properties/parser.c
(get_screensaver_widget): Missed a NULL at the end of a
g_strconcat. I wonder how this worked before. Thanks to Morten
Welinder <terra@diku.dk> for pointing this out.
1999-08-31 Iain Holmes <iain@webtribe.net>
* capplets/mime-type/mime-data.c: A change is now updated in the main
clist.
* capplets/mime-type/edit-window.c: Ability to edit the extensions for
a mime-type.
1999-09-07 <jrb@redhat.com>
* capplets/mime-type/mime-type-capplet.c: Patch added from Iain