(esma_dispose): g_object_unref() instead of gtk_object_unref().
(esma_dispose): g_object_unref() instead of gtk_object_unref(). svn path=/trunk/; revision=18779
This commit is contained in:
@ -134,7 +134,7 @@ esma_dispose (GObject *object)
|
||||
esma = E_SELECTION_MODEL_ARRAY (object);
|
||||
|
||||
if (esma->eba) {
|
||||
gtk_object_unref(GTK_OBJECT(esma->eba));
|
||||
g_object_unref (esma->eba);
|
||||
esma->eba = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user