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

« back to all changes in this revision

Viewing changes to iagno/ggz-network.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:
315
315
 
316
316
  ggz_embed_ensure_server ("GGZ Gaming Zone", "gnome.ggzgamingzone.org",
317
317
                           5688, pwent->pw_name);
318
 
  ggz_embed_ensure_server ("GNOME GGZ", "games.gnome.org",
319
 
                           5688, pwent->pw_name);
320
318
 
321
319
  ggzbox = ggz_gtk_create_main_area (window);
322
320
  gtk_notebook_append_page (GTK_NOTEBOOK (notebook), ggzbox, NULL);