aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-20 19:33:23 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-20 19:33:23 +0000
commitb21d225252a89aff246ff1c384153ec8ce1875a0 (patch)
treecb0902d46d29b40d6f84d3eff48d6013e130a44b /gtk
parent1108d88e295d76ccd89dead9f5687a031bdfb8f7 (diff)
prevented GTK-warning, as the column index was too high
svn path=/trunk/; revision=9756
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gui_prefs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gui_prefs.c b/gtk/gui_prefs.c
index 56b05a053c..0d6fd07cca 100644
--- a/gtk/gui_prefs.c
+++ b/gtk/gui_prefs.c
@@ -1,7 +1,7 @@
/* gui_prefs.c
* Dialog box for GUI preferences
*
- * $Id: gui_prefs.c,v 1.55 2004/01/20 18:47:23 ulfl Exp $
+ * $Id: gui_prefs.c,v 1.56 2004/01/20 19:33:23 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -172,7 +172,7 @@ gui_prefs_show(void)
gtk_container_border_width( GTK_CONTAINER(main_vb), 5 );
/* Main horizontal box */
- /* XXX - Is therea a better way to center the table? */
+ /* XXX - Is there a better way to center the table? */
hbox = gtk_hbox_new(FALSE, 7);
gtk_box_pack_start (GTK_BOX(main_vb), hbox, TRUE, FALSE, 0);
@@ -181,7 +181,7 @@ gui_prefs_show(void)
gtk_box_pack_start( GTK_BOX(hbox), main_tb, TRUE, FALSE, 0 );
gtk_table_set_row_spacings( GTK_TABLE(main_tb), 10 );
gtk_table_set_col_spacings( GTK_TABLE(main_tb), 15 );
- gtk_table_set_col_spacing( GTK_TABLE(main_tb), 1, 50 );
+ gtk_table_set_col_spacing( GTK_TABLE(main_tb), 0, 50 );
/* Scrollbar placement */
scrollbar_om = create_preference_option_menu(main_tb, pos++,