[gaim-migrate @ 4177]

Tue, 19 Nov 2002 18:20:29 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Tue, 19 Nov 2002 18:20:29 +0000
changeset 3986
4f8cb0199cd7
parent 3985
2c3fe8e4c552
child 3987
dff95ff53954

[gaim-migrate @ 4177]
People complain about accidentally hitting the X button. Let's see if this
helps.

src/buddy_chat.c file | annotate | diff | comparison | revisions
src/conversation.c file | annotate | diff | comparison | revisions
--- 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));

mercurial