gnome-bluetooth r571 - trunk/properties



Author: hadess
Date: Mon Apr  6 20:49:56 2009
New Revision: 571
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=571&view=rev

Log:
Re-add the border for the notebook, looks much better now


Modified:
   trunk/properties/main.c

Modified: trunk/properties/main.c
==============================================================================
--- trunk/properties/main.c	(original)
+++ trunk/properties/main.c	Mon Apr  6 20:49:56 2009
@@ -221,11 +221,8 @@
 
 	gtk_window_set_default_icon_name("bluetooth");
 
-/*	setup_general(); */
-
 	notebook = gtk_notebook_new();
 	gtk_notebook_set_show_tabs (GTK_NOTEBOOK (notebook), FALSE);
-	gtk_notebook_set_show_border (GTK_NOTEBOOK (notebook), FALSE);
 
 	setup_adapter(GTK_NOTEBOOK(notebook));
 
@@ -238,8 +235,6 @@
 
 	cleanup_adapter();
 
-/*	cleanup_general(); */
-
 	g_object_unref(app);
 
 	return 0;



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