[gnome-games] Don't show border around iagno board



commit 001ec3bf77fdf20bd1ee026e0f0d6067967cbccc
Author: Robert Ancell <robert ancell gmail com>
Date:   Fri Apr 23 16:37:15 2010 +1000

    Don't show border around iagno board

 iagno/gnothello.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/iagno/gnothello.c b/iagno/gnothello.c
index 75ae452..767a0f5 100644
--- a/iagno/gnothello.c
+++ b/iagno/gnothello.c
@@ -926,6 +926,7 @@ create_window (void)
 
   notebook = gtk_notebook_new ();
   gtk_notebook_set_show_tabs (GTK_NOTEBOOK (notebook), FALSE);
+  gtk_notebook_set_show_border (GTK_NOTEBOOK (notebook), FALSE);
 
   g_signal_connect (G_OBJECT (window), "delete_event",
 		    G_CALLBACK (quit_game_cb), NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]