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

« back to all changes in this revision

Viewing changes to gnibbles/gnibbles.c

  • Committer: Package Import Robot
  • Author(s): Daniel Holbach
  • Date: 2007-02-13 08:40:20 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: package-import@ubuntu.com-20070213084020-zewbmxapszr0alkc
Tags: upstream-2.17.91
ImportĀ upstreamĀ versionĀ 2.17.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
598
598
  gchar *message;
599
599
 
600
600
  if (!scoresdialog) {
601
 
    scoresdialog = games_scores_dialog_new (highscores, _("Nibbles Scores"));
 
601
    scoresdialog = games_scores_dialog_new (GTK_WINDOW (window), highscores, _("Nibbles Scores"));
602
602
    games_scores_dialog_set_category_description (GAMES_SCORES_DIALOG
603
603
                                                  (scoresdialog),
604
604
                                                  _("Speed:"));