[gnome-games] Don't show border in notebook



commit c3e52329730131dcbb4a33c901f1d272ac9f0003
Author: Robert Ancell <robert ancell gmail com>
Date:   Fri Apr 23 16:47:50 2010 +1000

    Don't show border in notebook

 gnect/src/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnect/src/main.c b/gnect/src/main.c
index cb4589e..4bcf369 100644
--- a/gnect/src/main.c
+++ b/gnect/src/main.c
@@ -1389,6 +1389,7 @@ create_app (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 (app), "delete_event",
 		    G_CALLBACK (on_game_exit), NULL);



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