Skip to content

Commit

Permalink
vistas/ => data/
Browse files Browse the repository at this point in the history
  • Loading branch information
sodomon2 committed Feb 16, 2021
1 parent 43f66a0 commit 6498010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install_data(

install_data(
'player.ui',
install_dir: join_paths(get_option('datadir'), 'sodplayer/vistas')
install_dir: join_paths(get_option('datadir'), 'sodplayer/data')
)

install_subdir('images/', install_dir : join_paths(get_option('datadir'), 'sodplayer/vistas'))
install_subdir('images/', install_dir : join_paths(get_option('datadir'), 'sodplayer/data'))
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else
builder = Gtk.Builder()
end

assert(builder:add_from_file('vistas/player.ui'))
assert(builder:add_from_file('data/player.ui'))
ui = builder.objects
app = Gtk.Application.new ('com.github.sodomon2.SODPlayer',Gio.ApplicationFlags.HANDLES_OPEN)

Expand Down

0 comments on commit 6498010

Please sign in to comment.