damn it Jonathan. Save the @#*&$@# file before committing.

Thu Aug  7 15:23:08 2003  Jonathan Blandford  <jrb@redhat.com>

	* gconf-property-editor.c (gconf_property_editor_set_prop): damn
	it Jonathan.  Save the @#*&$@# file before committing.
This commit is contained in:
Jonathan Blandford 2003-08-07 19:22:51 +00:00 committed by Jonathan Blandford
parent 73db5adbbe
commit 909c3626fc
2 changed files with 7 additions and 2 deletions

View file

@ -255,9 +255,9 @@ gconf_property_editor_set_prop (GObject *object,
client = gconf_client_get_default ();
cb = g_value_get_pointer (value);
peditor->p->callback = (GConfClientNotifyFunc) cb;
if (gconf_property_editor->p->handler_id != 0) {
if (peditor->p->handler_id != 0) {
gconf_client_notify_remove (client,
gconf_property_editor->p->handler_id);
peditor->p->handler_id);
}
peditor->p->handler_id =
gconf_client_notify_add (client, peditor->p->key,