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:
parent
73db5adbbe
commit
909c3626fc
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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.
|
||||||
|
|
||||||
Mon Aug 4 14:35:22 2003 Jonathan Blandford <jrb@redhat.com>
|
Mon Aug 4 14:35:22 2003 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gconf-property-editor.c (gconf_property_editor_init): Reset the
|
* gconf-property-editor.c (gconf_property_editor_init): Reset the
|
||||||
|
|
|
@ -255,9 +255,9 @@ gconf_property_editor_set_prop (GObject *object,
|
||||||
client = gconf_client_get_default ();
|
client = gconf_client_get_default ();
|
||||||
cb = g_value_get_pointer (value);
|
cb = g_value_get_pointer (value);
|
||||||
peditor->p->callback = (GConfClientNotifyFunc) cb;
|
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_client_notify_remove (client,
|
||||||
gconf_property_editor->p->handler_id);
|
peditor->p->handler_id);
|
||||||
}
|
}
|
||||||
peditor->p->handler_id =
|
peditor->p->handler_id =
|
||||||
gconf_client_notify_add (client, peditor->p->key,
|
gconf_client_notify_add (client, peditor->p->key,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue