~ubuntu-branches/ubuntu/vivid/system-config-printer/vivid

« back to all changes in this revision

Viewing changes to troubleshoot/Locale.py

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2014-07-06 09:41:43 UTC
  • mfrom: (1.1.81)
  • Revision ID: package-import@ubuntu.com-20140706094143-yvp3kzo7ti1ghih8
Tags: 1.4.5+20140706-0ubuntu1
* New upstream release
   o GIT 1.4.x snapshot from 6 July 2014
   o Some codec fixes
   o Traceback fixes
   o IPv6 address entry fix
   o Auth info saving improvement
   o Some loop/hang bug fixes
   o Use LockButton for fewer auth dialogs
* 30_newprinter-driver-download-override-false-error-alarm.patch,
  33_dont-use-hp-makeuri-with-non-hp-printers.patch:
  Removed, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                                    "not the printer's default page size.  "
34
34
                                    "If this is not intentional it may cause "
35
35
                                    "alignment problems."))
36
 
 
37
 
        table = Gtk.Table (2, 2)
 
36
        table = Gtk.Table (n_rows=2, n_columns=2)
38
37
        table.set_row_spacings (6)
39
38
        table.set_col_spacings (6)
40
39
        page.pack_start (table, False, False, 0)