# HG changeset patch # User Mark Doliner # Date 1136781889 0 # Node ID 3aa8f7c583609838ad4787cdc763ddaeb25eca95 # Parent 96f9b47980124b12b5856826a19bf71c46fb1e16 [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 diff -r 96f9b4798012 -r 3aa8f7c58360 src/gtkft.c --- 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",