mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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:
parent
1b9faba6c5
commit
4becc1e631
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user