diff src/prefs.c @ 673:ddc3fd0dcd51

[gaim-migrate @ 683] Made the necessary modifications to allow gaim to save buddy pounces. I just noticed that you cant _delete_ (remove) a buddy pounce. Woops. I'll take a look at that. I'll do saving of buddy chats when I get back from dinner. Adios. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 13 Aug 2000 03:15:06 +0000
parents 45ed2ca0756e
children c72f58814e9f
line wrap: on
line diff
--- a/src/prefs.c	Sun Aug 13 02:06:09 2000 +0000
+++ b/src/prefs.c	Sun Aug 13 03:15:06 2000 +0000
@@ -1121,7 +1121,7 @@
 	aol_icon(prefs->window);
 	gtk_container_border_width(GTK_CONTAINER(prefs), 10);
 	gtk_window_set_title(GTK_WINDOW(prefs), _("Gaim - Preferences"));
-	gtk_widget_set_usize(prefs, 600, 400);
+	gtk_widget_set_usize(prefs, 600, 440);
 
 	vbox = gtk_vbox_new(FALSE, 5);
 	gtk_container_add(GTK_CONTAINER(prefs), vbox);