http://bugzilla.gnome.org/show_bug.cgi?id=85224 clamp to avoid underflow
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:
parent
5654a0eb75
commit
e15d737a93
5 changed files with 20 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue