X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fdsp_mainwindow.h;h=eae87dd84d2f27f93e2c8543afce2d7cc1c2e3d9;hp=7230f4134df49c2f812af83a3b64a920e70246b9;hb=996fa4ab9f6b836001f8ad0eecbfd3821687fea7;hpb=27f6e3b112df235c8e9afc9911b1f6bce208a001 diff --git a/src/dsp_mainwindow.h b/src/dsp_mainwindow.h index 7230f41..eae87dd 100644 --- a/src/dsp_mainwindow.h +++ b/src/dsp_mainwindow.h @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2014 Maxime DOYEN + * Copyright (C) 1995-2016 Maxime DOYEN * * This file is part of HomeBank. * @@ -41,9 +41,12 @@ struct hbfile_data GtkWidget *GR_upc; GtkWidget *LV_upc; GtkWidget *LB_maxpostdate; - GtkToolItem *BT_sched_post; - GtkToolItem *BT_sched_skip; + GtkWidget *BT_sched_skip; + GtkWidget *BT_sched_post; + GtkWidget *BT_sched_editpost; + GtkWidget *RA_type; + gchar *wintitle; Account *acc;