Merge lp:~compiz-team/compiz-core/compiz-core.fix_857487 into lp:compiz-core/0.9.5

Proposed by Sam Spilsbury
Status: Merged
Approved by: Gord Allott
Approved revision: 2855
Merged at revision: 2856
Proposed branch: lp:~compiz-team/compiz-core/compiz-core.fix_857487
Merge into: lp:compiz-core/0.9.5
Diff against target: 23 lines (+3/-3)
1 file modified
src/screen.cpp (+3/-3)
To merge this branch: bzr merge lp:~compiz-team/compiz-core/compiz-core.fix_857487
Reviewer Review Type Date Requested Status
Compiz Maintainers Pending
Review via email: mp+78066@code.launchpad.net

Description of the change

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/screen.cpp'
2--- src/screen.cpp 2011-09-30 04:54:21 +0000
3+++ src/screen.cpp 2011-10-04 09:28:17 +0000
4@@ -2615,7 +2615,7 @@
5 if (it == priv->windows.end ())
6 {
7 compLogMessage ("core", CompLogLevelDebug, "could not insert 0x%x above 0x%x",
8- (unsigned int) (*it)->priv->serverId, aboveId);
9+ (unsigned int) w->priv->serverId, aboveId);
10 #ifdef DEBUG
11 abort ();
12 #endif
13@@ -2673,8 +2673,8 @@
14
15 if (it == priv->serverWindows.end ())
16 {
17- compLogMessage ("core", CompLogLevelDebug, "could not insert 0x%x above 0x%x",
18- (unsigned int) (*it)->priv->serverId, aboveId);
19+ compLogMessage ("core", CompLogLevelWarn, "could not insert 0x%x above 0x%x",
20+ (unsigned int) w->priv->serverId, aboveId);
21 #ifdef DEBUG
22 abort ();
23 #endif

Subscribers

People subscribed via source and target branches