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

« back to all changes in this revision

Viewing changes to mahjongg/src/game-view.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-04-17 16:31:36 UTC
  • mfrom: (1.1.107)
  • mto: This revision was merged to the branch mainline in revision 164.
  • Revision ID: package-import@ubuntu.com-20120417163136-nbz9cy8b395zxxg2
Tags: 1:3.4.1-0ubuntu1
* New upstream release:
  - swell-foop: fix saving score twice
  - glines: fix closing via window decoration
  - fix help links for modules that still use docbook
  - Update help/Makefile.am for index.docbook pages
  - gnomine: Drop docbook docs and add Mallard docs to the Makefile.am
  - mahjongg: Can't select new stone without unselecting existing one
* debian/patches/00git_mahjongg_behaviour.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1048
1048
                        result = TRUE;
1049
1049
                        _tile_unref0 (tile);
1050
1050
                        return result;
 
1051
                } else {
 
1052
                        Game* _tmp49_;
 
1053
                        Game* _tmp50_;
 
1054
                        Tile* _tmp51_;
 
1055
                        _tmp49_ = game_view_get_game (self);
 
1056
                        _tmp50_ = _tmp49_;
 
1057
                        _tmp51_ = tile;
 
1058
                        game_set_selected_tile (_tmp50_, _tmp51_);
 
1059
                        result = TRUE;
 
1060
                        _tile_unref0 (tile);
 
1061
                        return result;
1051
1062
                }
1052
1063
        }
1053
1064
        result = FALSE;