~webapps/libunity-webapps/quantal

« back to all changes in this revision

Viewing changes to src/libunity-webapps-repository/unity-webapps-script-loader.c

  • Committer: Ken VanDine
  • Date: 2012-09-18 17:46:08 UTC
  • mfrom: (260.241.86)
  • Revision ID: ken.vandine@canonical.com-20120918174608-v25ahidevu547ywd
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  gchar *require_file;
63
63
  gboolean exists;
64
64
  
65
 
  require_file = g_build_filename (data_dir, "unity-webapps/common", require, NULL);
 
65
  require_file = g_build_filename (data_dir, "unity-webapps/userscripts/common", require, NULL);
66
66
  exists = g_file_test (require_file, G_FILE_TEST_EXISTS);
67
67
  
68
68
  if (exists)