Merge lp:~manishsinha/gnome-activity-journal/fixes-831436-gaj-notloading-oneiric into lp:ubuntu/oneiric/gnome-activity-journal

Status: Merged
Merged at revision: 9
Proposed branch: lp:~manishsinha/gnome-activity-journal/fixes-831436-gaj-notloading-oneiric
Merge into: lp:ubuntu/oneiric/gnome-activity-journal
Diff against target: 38 lines (+20/-0)
3 files modified
debian/changelog (+6/-0)
debian/patches/disable_set_background.patch (+13/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~manishsinha/gnome-activity-journal/fixes-831436-gaj-notloading-oneiric
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+78005@code.launchpad.net

Description of the change

Add patch to disable setting the background which was blocking AJ

As you can see from the patch that it disables setting the background. This was the reason of a problem. If this is not disabled, the whole application is useless to use.

This Ask Ubuntu question 9http://askubuntu.com/questions/64021/gnome-activity-journal-stalls/64105) OP has a snapshot of how it looks http://i.stack.imgur.com/sZlC8.png without this patch
and after fixing it looks like this (on my computer)
https://bugs.launchpad.net/ubuntu/+source/gnome-activity-journal/+bug/831436/+attachment/2502493/+files/sct.png

To post a comment you must log in.
9. By Manish Sinha (मनीष सिन्हा)

Add patch to disable setting the background which was blocking AJ (LP: #831436)

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-07-16 19:12:03 +0000
3+++ debian/changelog 2011-10-03 20:54:26 +0000
4@@ -1,3 +1,9 @@
5+gnome-activity-journal (0.8.0-1ubuntu1) oneiric; urgency=low
6+
7+ * Add patch to disable setting the background which was blocking AJ (LP: #831436)
8+
9+ -- Manish Sinha <manishsinha@ubuntu.com> Tue, 04 Oct 2011 01:24:57 +0530
10+
11 gnome-activity-journal (0.8.0-1) unstable; urgency=low
12
13 [ Siegfried-Angel Gevatter Pujals ]
14
15=== added directory 'debian/patches'
16=== added file 'debian/patches/disable_set_background.patch'
17--- debian/patches/disable_set_background.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/disable_set_background.patch 2011-10-03 20:54:26 +0000
19@@ -0,0 +1,13 @@
20+=== modified file 'gnome-activity-journal/src/histogram.py'
21+--- gnome-activity-journal/src/histogram.py 2011-03-16 16:36:25 +0000
22++++ gnome-activity-journal/src/histogram.py 2011-10-03 18:10:10 +0000
23+@@ -157,7 +157,7 @@
24+ """
25+ The major drawing method that the expose event calls directly
26+ """
27+- widget.style.set_background(widget.window, gtk.STATE_NORMAL)
28++ #widget.style.set_background(widget.window, gtk.STATE_NORMAL)
29+ context = widget.window.cairo_create()
30+ self.expose(widget, event, context)
31+
32+
33
34=== added file 'debian/patches/series'
35--- debian/patches/series 1970-01-01 00:00:00 +0000
36+++ debian/patches/series 2011-10-03 20:54:26 +0000
37@@ -0,0 +1,1 @@
38+disable_set_background.patch

Subscribers

People subscribed via source and target branches