diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-01 05:33:29 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-01 05:33:29 +0800 |
commit | acd5928fa461c1e58476d8f03b741b4a98de5ca9 (patch) | |
tree | 2fa75041e47e15a1dcc595190a965950f0f9a881 /games/gnomegames2/files | |
parent | 424a9737a511bbb90997f0d045ec6eebae27394f (diff) | |
download | marcuscom-ports-acd5928fa461c1e58476d8f03b741b4a98de5ca9.tar marcuscom-ports-acd5928fa461c1e58476d8f03b741b4a98de5ca9.tar.gz marcuscom-ports-acd5928fa461c1e58476d8f03b741b4a98de5ca9.tar.bz2 marcuscom-ports-acd5928fa461c1e58476d8f03b741b4a98de5ca9.tar.lz marcuscom-ports-acd5928fa461c1e58476d8f03b741b4a98de5ca9.tar.xz marcuscom-ports-acd5928fa461c1e58476d8f03b741b4a98de5ca9.tar.zst marcuscom-ports-acd5928fa461c1e58476d8f03b741b4a98de5ca9.zip |
Update to 2.7.2. Much crack was smoked to produce this release... please
test blackjack and aisleriot carefully.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2325 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnomegames2/files')
-rw-r--r-- | games/gnomegames2/files/patch-aisleriot::sol.c | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/games/gnomegames2/files/patch-aisleriot::sol.c b/games/gnomegames2/files/patch-aisleriot::sol.c index 7a281c20a..9ebcb0e1b 100644 --- a/games/gnomegames2/files/patch-aisleriot::sol.c +++ b/games/gnomegames2/files/patch-aisleriot::sol.c @@ -1,9 +1,10 @@ ---- aisleriot/sol.c.orig Wed Oct 1 20:19:36 2003 -+++ aisleriot/sol.c Tue Nov 25 16:30:44 2003 -@@ -83,6 +83,15 @@ +--- aisleriot/sol.c.orig Sun Apr 25 03:03:33 2004 ++++ aisleriot/sol.c Mon May 31 17:25:15 2004 +@@ -90,6 +90,16 @@ #define DEFAULT_VARIATION "klondike.scm" #define GNOME_SESSION_BUG ++gchar* game_file_to_variation (const gchar* file); +gchar* game_file_to_variation (const gchar* file) +{ + char* p, *buf = g_path_get_basename(file); @@ -16,7 +17,16 @@ gchar* game_file_to_name (const gchar* file) { char* p, *buf = g_path_get_basename(file); -@@ -545,14 +554,14 @@ +@@ -472,7 +482,7 @@ + dir = gnome_program_locate_file (NULL, GNOME_FILE_DOMAIN_APP_DATADIR, + GAMESDIR, FALSE, NULL); + +- records = scandir (dir, &game_dents, is_game, alphasort); ++ records = scandir (dir, &game_dents, (gpointer)is_game, alphasort); + g_free(dir); + + if (records >= 0) +@@ -481,14 +491,14 @@ n_games = 0; for (i = 0; i < n_games; i++) { |