libegg r935 - in trunk: . libegg/toolpalette
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: libegg r935 - in trunk: . libegg/toolpalette
- Date: Tue, 24 Mar 2009 21:41:14 +0000 (UTC)
Author: chpe
Date: Tue Mar 24 21:41:14 2009
New Revision: 935
URL: http://svn.gnome.org/viewvc/libegg?rev=935&view=rev
Log:
* libegg/toolpalette/eggenumaction.c: (egg_enum_action_dispose): Use
g_object_unref() on a GtkTreeModel, not g_type_class_unref(). Bug
#576602.
Modified:
trunk/ChangeLog
trunk/libegg/toolpalette/eggenumaction.c
Modified: trunk/libegg/toolpalette/eggenumaction.c
==============================================================================
--- trunk/libegg/toolpalette/eggenumaction.c (original)
+++ trunk/libegg/toolpalette/eggenumaction.c Tue Mar 24 21:41:14 2009
@@ -121,7 +121,7 @@
if (action->priv->model)
{
- g_type_class_unref (action->priv->model);
+ g_object_unref (action->priv->model);
action->priv->model = NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]