Remove double unref of stacker object. Fixes #387761.

* src/c-screen.c (meta_comp_screen_redirect): Remove double unref
        of stacker object. Fixes #387761.


svn path=/trunk/; revision=3036
This commit is contained in:
Thomas James Alexander Thurman 2007-01-02 14:09:45 +00:00
parent 1b9faba6c5
commit 4becc1e631
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-01-02 Thomas Thurman <thomas@thurman.org.uk>
* src/c-screen.c (meta_comp_screen_redirect): Remove double unref
of stacker object. Fixes #387761.
2006-12-27 Bruno Boaventura <brunoboaventura@gmail.com>
Move "On Top" option in menu. Fix #382962.

View File

@ -338,8 +338,6 @@ meta_comp_screen_redirect (MetaCompScreen *info)
info->magnifier = cm_magnifier_new (CM_NODE (info->stacker), &source, &target);
g_object_unref (info->stacker);
if (g_getenv ("USE_MAGNIFIER"))
cm_magnifier_set_active (info->magnifier, TRUE);
else