~ubuntu-branches/ubuntu/intrepid/gnome-games/intrepid

« back to all changes in this revision

Viewing changes to aisleriot/board.c

  • Committer: Package Import Robot
  • Author(s): Andreas Moog
  • Date: 2008-09-09 12:06:31 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20080909120631-vav253imk91j825w
Tags: 1:2.23.92-0ubuntu1
* New Upstream release (LP: #268070)
  Aisleriot:
  - Make sure to disconnect the handlers from the old screen.
  - Double click no longer sends card to free cell
  Various translation updates (LP: #263515) 
* debian/patches/70_autotools.patch
  - Changed to apply to new configurefile
  

Show diffs side-by-side

added added

removed removed

Lines of Context:
2496
2496
    GTK_WIDGET_CLASS (aisleriot_board_parent_class)->screen_changed (widget, previous_screen);
2497
2497
  }
2498
2498
 
2499
 
  if (screen == NULL || screen == previous_screen)
 
2499
  screen = gtk_widget_get_screen (widget);
 
2500
  if (screen == previous_screen)
2500
2501
    return;
2501
2502
 
2502
2503
  if (previous_screen) {
2508
2509
                                          board);
2509
2510
  }
2510
2511
 
2511
 
  screen = gtk_widget_get_screen (widget);
 
2512
  if (screen == NULL)
 
2513
    return;
 
2514
 
2512
2515
  settings = gtk_settings_get_for_screen (screen);
2513
2516
 
2514
2517
  aisleriot_board_settings_update (settings, NULL, board);