changeset 3986:4faf2a9753cb

[gaim-migrate @ 4177] People complain about accidentally hitting the X button. Let's see if this helps. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 19 Nov 2002 18:20:29 +0000
parents f118d61fb89a
children 59ff113da8bb
files src/buddy_chat.c src/conversation.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/buddy_chat.c	Tue Nov 19 17:54:56 2002 +0000
+++ b/src/buddy_chat.c	Tue Nov 19 18:20:29 2002 +0000
@@ -1248,7 +1248,7 @@
 		cont = gtk_vbox_new(FALSE, 5);
 		gtk_container_set_border_width(GTK_CONTAINER(cont), 5);
 
-		tabby = gtk_hbox_new(FALSE, 0);
+		tabby = gtk_hbox_new(FALSE, 5);
 		b->close = gtk_button_new();
 		gtk_widget_set_size_request(GTK_WIDGET(b->close), 16, 16);
 		gtk_container_add(GTK_CONTAINER(b->close), gtk_image_new_from_stock(GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU));
--- a/src/conversation.c	Tue Nov 19 17:54:56 2002 +0000
+++ b/src/conversation.c	Tue Nov 19 18:20:29 2002 +0000
@@ -2798,7 +2798,7 @@
 		gtk_container_set_border_width(GTK_CONTAINER(cont), 5);
 		/* this doesn't matter since we're resetting the name once we're out of the if */
 /*		gtk_notebook_insert_page(GTK_NOTEBOOK(convo_notebook), cont, gtk_label_new(c->name),*/
-		tabby = gtk_hbox_new(FALSE, 0);
+		tabby = gtk_hbox_new(FALSE, 5);
 		c->close = gtk_button_new();
 		gtk_widget_set_size_request(GTK_WIDGET(c->close), 16, 16);
 		gtk_container_add(GTK_CONTAINER(c->close), gtk_image_new_from_stock(GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU));