Merge lp:~bilalakhtar/jockey/fix-616569 into lp:~ubuntu-core-dev/jockey/ubuntu

Proposed by Bilal Akhtar
Status: Rejected
Rejected by: Martin Pitt
Proposed branch: lp:~bilalakhtar/jockey/fix-616569
Merge into: lp:~ubuntu-core-dev/jockey/ubuntu
Diff against target: 40 lines (+28/-0)
2 files modified
debian/changelog (+8/-0)
debian/patches/01_progress_dialog_add_title.patch (+20/-0)
To merge this branch: bzr merge lp:~bilalakhtar/jockey/fix-616569
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+32418@code.launchpad.net

Description of the change

This branch fixes bug #616569 .

To post a comment you must log in.
lp:~bilalakhtar/jockey/fix-616569 updated
422. By Bilal Akhtar

Re-wrote title

Revision history for this message
Martin Pitt (pitti) wrote :

I made that change in trunk:

  http://bazaar.launchpad.net/~jockey-hackers/jockey/trunk/revision/635

I won't merge this branch, since we don't use patches on the Ubuntu branch. It'll just trickle down with the next upstream merge.

Thank you!

review: Approve

Unmerged revisions

422. By Bilal Akhtar

Re-wrote title

421. By Bilal Akhtar

* debian/patches/01_progress_dialog_add_title.patch:
  - Add a title to the 'Searching for available drivers' progress
    window. (LP: #616569)

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 2010-07-23 13:13:53 +0000
3+++ debian/changelog 2010-08-12 05:16:43 +0000
4@@ -1,3 +1,11 @@
5+jockey (0.5.9-0ubuntu2) maverick; urgency=low
6+
7+ * debian/patches/01_progress_dialog_add_title.patch:
8+ - Add a title to the 'Searching for available drivers' progress
9+ window. (LP: #616569)
10+
11+ -- Bilal Akhtar <bilalakhtar@ubuntu.com> Thu, 12 Aug 2010 10:27:56 +0530
12+
13 jockey (0.5.9-0ubuntu1) maverick; urgency=low
14
15 * New upstream release. Changes since our last snapshot:
16
17=== added file 'debian/patches/01_progress_dialog_add_title.patch'
18--- debian/patches/01_progress_dialog_add_title.patch 1970-01-01 00:00:00 +0000
19+++ debian/patches/01_progress_dialog_add_title.patch 2010-08-12 05:16:43 +0000
20@@ -0,0 +1,20 @@
21+Description: Patch to add a title to the progress window
22+ This patch adds a title to the window that shows a progress
23+ bar while jockey searches for available drivers. Earlier, the
24+ window was left untitled.
25+
26+Author: Bilal Akhtar <bilalakhtar@ubuntu.com>
27+Bug-Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/jockey/+bug/616569
28+Forwarded: https://bugs.edge.launchpad.net/jockey/+bug/616569
29+
30+diff -Nur -x '*.orig' -x '*~' jockey/gtk/jockey-gtk.ui jockey.new/gtk/jockey-gtk.ui
31+--- jockey/gtk/jockey-gtk.ui 2010-08-12 10:16:26.000000000 +0530
32++++ jockey.new/gtk/jockey-gtk.ui 2010-08-12 10:21:12.723781247 +0530
33+@@ -361,6 +361,7 @@
34+ </object>
35+ <object class="GtkWindow" id="window_progress">
36+ <property name="border_width">12</property>
37++ <property name="title" translatable="yes">Hardware Drivers</property>
38+ <property name="resizable">False</property>
39+ <property name="modal">True</property>
40+ <property name="window_position">center-always</property>

Subscribers

People subscribed via source and target branches

to all changes: