Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAccorinti committed May 16, 2018
1 parent 7c3c3b5 commit 2d927c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/huayra-about.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def on_close_clicked(widget):
button_menu = gtk.Button()

image = gtk.Image()
image.set_from_file("media/compartir.svg")
image.set_from_file(os.path.join(APP_PATH, 'media', 'compartir.svg'))
button_menu.set_image(image)
button_menu.props.relief = gtk.RELIEF_NONE

Expand Down Expand Up @@ -151,3 +151,5 @@ def draw_background(widget, event):
gtk.main()
if args.tty:
print info_table.solo_texto()


0 comments on commit 2d927c3

Please sign in to comment.