s/gtk_object_destroy/g_object_unref/
2001-12-17 Bradford Hovinen <hovinen@ximian.com> * applier.c (applier_apply_prefs): s/gtk_object_destroy/g_object_unref/
This commit is contained in:
parent
756102ee52
commit
182743f90e
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
* applier.c (applier_get_preview_widget): Make sure the pixmap is
|
||||
masked correctly
|
||||
(applier_apply_prefs): s/gtk_object_destroy/g_object_unref/
|
||||
|
||||
2001-12-07 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
|
|
|
@ -393,7 +393,7 @@ applier_apply_prefs (Applier *applier,
|
|||
run_render_pipeline (applier, prefs);
|
||||
|
||||
if (applier->p->last_prefs != NULL)
|
||||
gtk_object_destroy (GTK_OBJECT (applier->p->last_prefs));
|
||||
g_object_unref (G_OBJECT (applier->p->last_prefs));
|
||||
|
||||
applier->p->last_prefs = PREFERENCES (preferences_clone (prefs));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue