~ubuntu-branches/ubuntu/vivid/usb-creator/vivid

« back to all changes in this revision

Viewing changes to usbcreator/frontends/gtk/frontend.py

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-07-20 22:47:46 UTC
  • Revision ID: package-import@ubuntu.com-20140720224746-mjv9if9hsrih4nbf
Tags: 0.2.59
Refactor syslinux bootloader installation to support legacy, 4.x, and
6.x series. (LP: #1330165)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    ui_path = '/usr/share/usb-creator/usbcreator-gtk.ui'
36
36
    eula_path = '/usr/share/usb-creator/ubuntu-nexus7-USAGE-NOTICE-en.txt'
37
37
 
38
 
GObject.threads_init()
39
38
Gdk.threads_init()
40
39
 
41
40
def thread_wrap(func):