changeset 10972:d5ce9d01f540

[gaim-migrate @ 12797] sf patch #1213951, from Abdulla Kamar Simple one liner, puts some space between the options under "Tab Options" (vbox2) in "Interface > Conversation" within the Preferences dialog committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 06 Jun 2005 02:19:03 +0000
parents 57e3e958ff49
children 65c56b8490c5
files src/gtkprefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkprefs.c	Mon Jun 06 01:40:46 2005 +0000
+++ b/src/gtkprefs.c	Mon Jun 06 02:19:03 2005 +0000
@@ -956,7 +956,7 @@
 	 * Connect a signal to the above preference.  When conversations are not
 	 * shown in a tabbed window then all tabbing options should be disabled.
 	 */
-	vbox2 = gtk_vbox_new(FALSE, 0);
+	vbox2 = gtk_vbox_new(FALSE, 9);
 	gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, FALSE, 0);
 	gaim_prefs_connect_callback(prefs, "/gaim/gtk/conversations/tabs",
 	                            conversation_usetabs_cb, vbox2);