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
=== modified file 'debian/changelog'
--- debian/changelog 2011-12-05 15:36:29 +0000
+++ debian/changelog 2011-12-05 15:59:58 +0000
@@ -1,3 +1,12 @@
1compiz-plugins-main (1:0.9.6-0ubuntu4.2) oneiric-proposed; urgency=low
2
3 * debian/patches/fix-876591.patch:
4 - Ctrl-Alt-KP_9 adjusts window to upper half instead of top right corner
5 (behaves like Ctrl-Alt-KP_8)
6 (lp: #876591)
7
8 -- Omer Akram <om26er@ubuntu.com> Mon, 05 Dec 2011 20:38:27 +0500
9
1compiz-plugins-main (1:0.9.6-0ubuntu4.1) oneiric-proposed; urgency=low10compiz-plugins-main (1:0.9.6-0ubuntu4.1) oneiric-proposed; urgency=low
211
3 * debian/patches/fix-875557.patch:12 * debian/patches/fix-875557.patch:
413
=== added file 'debian/patches/fix-876591.patch'
--- debian/patches/fix-876591.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-876591.patch 2011-12-05 15:59:58 +0000
@@ -0,0 +1,13 @@
1=== modified file 'src/grid.cpp'
2--- compiz-plugins-main-0.9.6.orig/grid/src/grid.cpp 2011-10-05 17:41:22 +0000
3+++ compiz-plugins-main-0.9.6.orig/grid/src/grid.cpp 2011-10-25 18:20:34 +0000
4@@ -1018,7 +1018,7 @@
5 gridProps[GridRight] = GridProps {1,0, 2,1};
6 gridProps[GridTopLeft] = GridProps{0,0, 2,2};
7 gridProps[GridTop] = GridProps {0,0, 1,2};
8- gridProps[GridTopRight] = GridProps {0,0, 1,2};
9+ gridProps[GridTopRight] = GridProps {1,0, 2,2};
10 gridProps[GridMaximize] = GridProps {0,0, 1,1};
11
12 animations.clear ();
13
014
=== modified file 'debian/patches/series'
--- debian/patches/series 2011-12-05 15:36:29 +0000
+++ debian/patches/series 2011-12-05 15:59:58 +0000
@@ -13,3 +13,4 @@
13fix-872161.patch13fix-872161.patch
14fix-891886.patch14fix-891886.patch
15fix-875557.patch15fix-875557.patch
16fix-876591.patch

Subscribers

People subscribed via source and target branches

to all changes: