changeset 12774:3aa8f7c58360

[gaim-migrate @ 15121] part of sf patch #1362550, from Peter McCurdy "Make file transfer window resizable (fixes bug #1193556)" Now when toggling the expander the Window size remains the same and the gtktreeview (or whatever it is) expands/contracts. I don't really know which way is better... but this is how the plugins dialog behaves, so I figured it'd be ok. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 09 Jan 2006 04:44:49 +0000
parents 96f9b4798012
children 4dc5e71c5a57
files src/gtkft.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkft.c	Mon Jan 09 04:42:25 2006 +0000
+++ b/src/gtkft.c	Mon Jan 09 04:44:49 2006 +0000
@@ -706,7 +706,6 @@
 	dialog->window = window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
 	gtk_window_set_role(GTK_WINDOW(window), "file transfer");
 	gtk_window_set_title(GTK_WINDOW(window), _("File Transfers"));
-	gtk_window_set_resizable(GTK_WINDOW(window), FALSE);
 	gtk_container_set_border_width(GTK_CONTAINER(window), GAIM_HIG_BORDER);
 
 	g_signal_connect(G_OBJECT(window), "delete_event",