48d47
< #include "TextReport.h"
72a72,74
>   GNOMEUIINFO_MENU_SAVE_AS_ITEM(gnc_ui_filemenu_cb,
> 				GINT_TO_POINTER(FMB_SAVEAS)),
>   GNOMEUIINFO_SEPARATOR,
101,107d102
<   {
<     GNOME_APP_UI_ITEM,
<     N_("_Export to Text"), N_("Saves text version of reports"),
<     gnc_ui_reports_text, NULL, NULL,
<     GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_PREF,
<     0, 0, NULL
<   },
370c365
< /* Required for compatibility with Motif code... */
---
> /* Required for compatibility with Motif code. */
373a369
>   xaccRecomputeGroupBalance(gncGetCurrentGroup());
413,417d408
< static void gnc_ui_reports_text(void)
< {
<     xaccGenTextReports();
< }
< 
538a530,532
>     case FMB_SAVEAS:
>       gncFileSaveAs();
>       break;
587,589c581,583
< gnc_account_tree_double_click_cb(GNCAccountTree *tree,
< 				 Account *account,
< 				 gpointer user_data)
---
> gnc_account_tree_activate_cb(GNCAccountTree *tree,
>                              Account *account,
>                              gpointer user_data)
724,725c718,719
<   gtk_signal_connect(GTK_OBJECT (account_tree), "double_click_account",
< 		     GTK_SIGNAL_FUNC (gnc_account_tree_double_click_cb), NULL);
---
>   gtk_signal_connect(GTK_OBJECT (account_tree), "activate_account",
> 		     GTK_SIGNAL_FUNC (gnc_account_tree_activate_cb), NULL);
755c749
<   gtk_widget_set_usize(GTK_WIDGET(app), 0, 400);
---
>   gtk_window_set_default_size(GTK_WINDOW(app), 0, 400);
