Skip to content

Commit

Permalink
GUI: move main_temp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Udayan12167 committed Jul 2, 2015
1 parent f92ca40 commit c4c653f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/coalaApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self):
Gtk.Application.__init__(self,
application_id="org.coala",
flags=Gio.ApplicationFlags.FLAGS_NONE)
self.resource = Gio.resource_load(os.getcwd()+"/data/coala.gresource")
self.resource = Gio.resource_load(os.getcwd()+"/gui/data/coala.gresource")
Gio.Resource._register(self.resource)

self.project_window = None
Expand Down
File renamed without changes.

0 comments on commit c4c653f

Please sign in to comment.