Fixes #340003
2006-06-11 Darren Kenny <darren.kenny@sun.com> Fixes #340003 * gnome-mouse-properties.c (cursor_font_changed): if no cursor font set in GConf, just unselect and return.
This commit is contained in:
parent
0b84184181
commit
a75e369747
2 changed files with 8 additions and 1 deletions
|
@ -535,7 +535,7 @@ cursor_font_changed (GConfClient *client,
|
|||
|
||||
/* If there's no value set, then don't select anything, and return */
|
||||
if ( cursor_font == NULL ) {
|
||||
gtk_tree_selection_unselect_all(selection);
|
||||
gtk_tree_selection_unselect_all (selection);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue