Merge lp:~om26er/ubuntu/oneiric/compiz-plugins-main/fix-876591-2 into lp:ubuntu/oneiric-proposed/compiz-plugins-main

Proposed by Omer Akram
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 24
Merge reported by: Daniel Holbach
Merged at revision: not available
Proposed branch: lp:~om26er/ubuntu/oneiric/compiz-plugins-main/fix-876591-2
Merge into: lp:ubuntu/oneiric-proposed/compiz-plugins-main
Diff against target: 43 lines (+23/-0)
3 files modified
debian/changelog (+9/-0)
debian/patches/fix-876591.patch (+13/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~om26er/ubuntu/oneiric/compiz-plugins-main/fix-876591-2
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Ubuntu Sponsors Pending
Review via email: mp+84492@code.launchpad.net

Description of the change

fix linked bug

To post a comment you must log in.
Revision history for this message
Luke Yelavich (themuso) wrote :

I think didia needs to look at this one.

Revision history for this message
Luke Yelavich (themuso) wrote :

Whoops I meant didier

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Uploaded to oneiric-proposed. Thanks a lot Omer!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-12-05 15:36:29 +0000
3+++ debian/changelog 2011-12-05 15:59:58 +0000
4@@ -1,3 +1,12 @@
5+compiz-plugins-main (1:0.9.6-0ubuntu4.2) oneiric-proposed; urgency=low
6+
7+ * debian/patches/fix-876591.patch:
8+ - Ctrl-Alt-KP_9 adjusts window to upper half instead of top right corner
9+ (behaves like Ctrl-Alt-KP_8)
10+ (lp: #876591)
11+
12+ -- Omer Akram <om26er@ubuntu.com> Mon, 05 Dec 2011 20:38:27 +0500
13+
14 compiz-plugins-main (1:0.9.6-0ubuntu4.1) oneiric-proposed; urgency=low
15
16 * debian/patches/fix-875557.patch:
17
18=== added file 'debian/patches/fix-876591.patch'
19--- debian/patches/fix-876591.patch 1970-01-01 00:00:00 +0000
20+++ debian/patches/fix-876591.patch 2011-12-05 15:59:58 +0000
21@@ -0,0 +1,13 @@
22+=== modified file 'src/grid.cpp'
23+--- compiz-plugins-main-0.9.6.orig/grid/src/grid.cpp 2011-10-05 17:41:22 +0000
24++++ compiz-plugins-main-0.9.6.orig/grid/src/grid.cpp 2011-10-25 18:20:34 +0000
25+@@ -1018,7 +1018,7 @@
26+ gridProps[GridRight] = GridProps {1,0, 2,1};
27+ gridProps[GridTopLeft] = GridProps{0,0, 2,2};
28+ gridProps[GridTop] = GridProps {0,0, 1,2};
29+- gridProps[GridTopRight] = GridProps {0,0, 1,2};
30++ gridProps[GridTopRight] = GridProps {1,0, 2,2};
31+ gridProps[GridMaximize] = GridProps {0,0, 1,1};
32+
33+ animations.clear ();
34+
35
36=== modified file 'debian/patches/series'
37--- debian/patches/series 2011-12-05 15:36:29 +0000
38+++ debian/patches/series 2011-12-05 15:59:58 +0000
39@@ -13,3 +13,4 @@
40 fix-872161.patch
41 fix-891886.patch
42 fix-875557.patch
43+fix-876591.patch

Subscribers

People subscribed via source and target branches

to all changes: