comparison src/gtkprefs.c @ 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 65c56b8490c5
children 50224ac8184d
comparison
equal deleted inserted replaced
11006:5d3b0a920d83 11007:d1a77ae75f23
2169 gtk_container_add(GTK_CONTAINER(prefs), vbox); 2169 gtk_container_add(GTK_CONTAINER(prefs), vbox);
2170 gtk_widget_show(vbox); 2170 gtk_widget_show(vbox);
2171 2171
2172 /* The notebook */ 2172 /* The notebook */
2173 prefsnotebook = notebook = gtk_notebook_new (); 2173 prefsnotebook = notebook = gtk_notebook_new ();
2174 gtk_notebook_set_show_tabs (GTK_NOTEBOOK (notebook), TRUE);
2175 gtk_notebook_set_show_border (GTK_NOTEBOOK (notebook), FALSE);
2176 gtk_box_pack_start (GTK_BOX (vbox), notebook, FALSE, FALSE, 0); 2174 gtk_box_pack_start (GTK_BOX (vbox), notebook, FALSE, FALSE, 0);
2177 2175
2178 2176
2179 /* The buttons to press! */ 2177 /* The buttons to press! */
2180 bbox = gtk_hbutton_box_new(); 2178 bbox = gtk_hbutton_box_new();