Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
powerprefs
powerprefs-segfault.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File powerprefs-segfault.patch of Package powerprefs
--- src/taghandler.c +++ src/taghandler.c @@ -98,7 +98,8 @@ if (g_slist_length(radiolist) > data) { for(n=g_slist_length(radiolist)-1; n > data; n--) radiolist = g_slist_next(radiolist); - gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON (radiolist->data), TRUE); + if (radiolist) + gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON (radiolist->data), TRUE); } } else { radiolist = gtk_radio_button_get_group (GTK_RADIO_BUTTON(widget));
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor