~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

« back to all changes in this revision

Viewing changes to aisleriot/sol.c

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-05-30 13:32:04 UTC
  • mfrom: (1.3.4)
  • mto: (163.1.3 precise)
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: package-import@ubuntu.com-20110530133204-celaq1v1dsxc48q1
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#endif /* HAVE_HILDON */
42
42
 
43
43
#include <libgames-support/games-debug.h>
44
 
#include <libgames-support/games-files.h>
45
44
#include <libgames-support/games-stock.h>
46
45
#include <libgames-support/games-runtime.h>
47
46
#include <libgames-support/games-sound.h>
391
390
  }
392
391
#endif /* HAVE_MAEMO */
393
392
 
 
393
#if GLIB_CHECK_VERSION (2, 25, 15)
 
394
  g_settings_sync ();
 
395
#endif
 
396
 
394
397
  games_runtime_shutdown ();
395
398
}
396
399