Properly refer to the loaded glade resource

This commit is contained in:
R. Tyler Croy 2017-01-18 21:01:03 -08:00
parent e9895538f3
commit 302c994bc6
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ package body Arun is
Builder.Launcher.Initialize;
Return_Code := Add_From_Resource (Builder => Builder,
Resource_Path => "/io/lasagna/arun/arun.glade",
Resource_Path => "/io/lasagna/arun/resources/arun.glade",
Error => Error'Access);
if Error /= null then
Put_Line ("Error : " & Get_Message (Error));