Implement. Sets the GConf value either in the changeset, or if changeset
2002-01-04 Bradford Hovinen <hovinen@ximian.com> * gconf-property-editor.c (peditor_set_gconf_value): Implement. Sets the GConf value either in the changeset, or if changeset is NULL, directly (peditor_*_widget_changed): Use peditor_set_gconf_value (gconf_peditor_new_*): Don't complain if changeset is NULL
This commit is contained in:
parent
2fc652eb94
commit
68257fcb34
15 changed files with 68 additions and 50 deletions
|
@ -162,13 +162,13 @@ mouse_callback (GConfEntry *entry)
|
|||
}
|
||||
|
||||
void
|
||||
gnome_settings_mouse_init (GConfEngine *engine)
|
||||
gnome_settings_mouse_init (GConfClient *client)
|
||||
{
|
||||
gnome_settings_daemon_register_callback ("/desktop/gnome/peripherals/mouse", mouse_callback);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
gnome_settings_mouse_load (GConfEngine *engine)
|
||||
gnome_settings_mouse_load (GConfClient *client)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue