2002-06-18  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=85224
	* applier.c (render_wallpaper) : clamp to avoid underflow
This commit is contained in:
Jody Goldberg 2002-06-26 03:29:17 +00:00 committed by Jody Goldberg
parent 5654a0eb75
commit e15d737a93
5 changed files with 20 additions and 12 deletions

View file

@ -37,14 +37,12 @@ dialog_response (GtkWidget *widget,
gint response_id,
GConfChangeSet *changeset)
{
if (response_id == GTK_RESPONSE_HELP) {
if (response_id == GTK_RESPONSE_HELP)
capplet_help (GTK_WINDOW (widget),
"wgoscustaccess.xml",
"goscustaccess-2");
}
else {
else
gtk_main_quit ();
}
}
int