Skip to content

Commit

Permalink
Merge pull request #65 from KanoComputing/check_for_updates_image
Browse files Browse the repository at this point in the history
Fix image in the check for updates window
  • Loading branch information
tombettany committed Feb 19, 2015
2 parents 4369c77 + 22b6c0d commit f85805d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check-for-updates
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ from kano.gtk3.buttons import KanoButton, OrangeButton
from kano.gtk3.heading import Heading
from kano.gtk3.apply_styles import apply_common_to_screen

update_image = "/usr/share/kano-updater/images/update-screen.png"
update_image = "/usr/lib/python2.7/dist-packages/kano_updater_gui/media/images/update-screen.png"


class MainWindow(Gtk.Window):
Expand Down

0 comments on commit f85805d

Please sign in to comment.