~ubuntu-branches/ubuntu/utopic/bittornado/utopic

« back to all changes in this revision

Viewing changes to debian/patches/12_fix_guis_for_2.6.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Cameron Dale
  • Date: 2008-07-19 16:08:44 UTC
  • mfrom: (0.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080719160844-nnmp02ar9pri55v1
Tags: 0.3.18-7
* Refresh all the quilt patches (Closes: #485320)
* Update standards version to 3.8.0
  - Add a README.source file pointing to the quilt documentation
* medium urgency to get it into lenny

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
## DP: Fix GUIs to work on python-wxgtk2.6.
6
6
 
7
7
@DPATCH@
8
 
diff -urNad bittornado~/btcompletedirgui.py bittornado/btcompletedirgui.py
9
 
--- bittornado~/btcompletedirgui.py     2006-10-08 17:49:47.000000000 -0700
10
 
+++ bittornado/btcompletedirgui.py      2006-10-08 17:52:10.000000000 -0700
 
8
--- bittornado.orig/btcompletedirgui.py
 
9
+++ bittornado/btcompletedirgui.py
11
10
@@ -58,7 +58,7 @@
12
11
 
13
12
         b = wxBoxSizer(wxHORIZONTAL)
35
34
         self.button = wxButton(panel, -1, 'cancel')
36
35
         gridSizer.Add(self.button, 0, wxALIGN_CENTER)
37
36
         gridSizer.AddGrowableRow(2)
38
 
diff -urNad bittornado~/btmaketorrentgui.py bittornado/btmaketorrentgui.py
39
 
--- bittornado~/btmaketorrentgui.py     2006-10-08 17:52:05.000000000 -0700
40
 
+++ bittornado/btmaketorrentgui.py      2006-10-08 17:53:07.000000000 -0700
 
37
--- bittornado.orig/btmaketorrentgui.py
 
38
+++ bittornado/btmaketorrentgui.py
41
39
@@ -60,7 +60,7 @@
42
40
         b = wxBoxSizer(wxHORIZONTAL)
43
41
         self.dirCtl = wxTextCtrl(panel, -1, '')