diff src/prefs.c @ 588:e2cdcbfdc0b2

[gaim-migrate @ 598] I some how mananged to miss the link dialog. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 02 Aug 2000 17:30:47 +0000
parents 56f7cb624e9e
children 3fd5311a3894
line wrap: on
line diff
--- a/src/prefs.c	Wed Aug 02 16:54:00 2000 +0000
+++ b/src/prefs.c	Wed Aug 02 17:30:47 2000 +0000
@@ -35,7 +35,7 @@
 #include "gaim.h"
 #include "proxy.h"
 #include "gnome_applet_mgr.h"
-#include "pixmaps/close.xpm"
+#include "pixmaps/cancel.xpm"
 
 struct prefs_data *pd = NULL;
 struct debug_window *dw = NULL;
@@ -823,7 +823,7 @@
 	close = gtk_button_new();
 
 	button_box = gtk_hbox_new(FALSE, 5);
-	icon = gdk_pixmap_create_from_xpm_d ( pd->window->window, &mask, NULL, close_xpm);
+	icon = gdk_pixmap_create_from_xpm_d ( pd->window->window, &mask, NULL, cancel_xpm);
 
 	icon_i = gtk_pixmap_new(icon, mask);
 	
@@ -838,6 +838,7 @@
 	gtk_widget_show(button_box);
 
 	gtk_container_add(GTK_CONTAINER(close), button_box);
+	gtk_widget_set_usize(close, 75, 30);
 	
 	/* End of close button */