changeset 11007:d1a77ae75f23

[gaim-migrate @ 12867] One of these defaults to "true" and the other one doesn't do anything? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 14 Jun 2005 01:19:52 +0000
parents 5d3b0a920d83
children 845a0dd5ca45
files src/gtkprefs.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkprefs.c	Tue Jun 14 00:45:48 2005 +0000
+++ b/src/gtkprefs.c	Tue Jun 14 01:19:52 2005 +0000
@@ -2171,8 +2171,6 @@
 
 	/* The notebook */
 	prefsnotebook = notebook = gtk_notebook_new ();
-	gtk_notebook_set_show_tabs (GTK_NOTEBOOK (notebook), TRUE);
-	gtk_notebook_set_show_border (GTK_NOTEBOOK (notebook), FALSE);
 	gtk_box_pack_start (GTK_BOX (vbox), notebook, FALSE, FALSE, 0);