]> Dogcows Code - chaz/homebank/blobdiff - src/homebank.h
import homebank-5.2.6
[chaz/homebank] / src / homebank.h
index dc6685f7f09e1b084ddba0ca8c1dd73a6cbe9a55..fc0c5e287679bd477ff6754fb23c756dab5bc83c 100644 (file)
@@ -24,6 +24,7 @@
 #include <config.h>
 #endif
 
+
 #include <ctype.h>             /* isprint */
 #include <errno.h>
 #include <math.h>
 
 #define HB_VERSION_MAJOR       5
 #define HB_VERSION_MINOR       2
-#define HB_VERSION_MICRO       4
+#define HB_VERSION_MICRO       6
 
-#define HB_VERSION             "5.2.4"
+#define HB_VERSION             "5.2.6"
 #define HB_VERSION_NUM (HB_VERSION_MAJOR*10000) + (HB_VERSION_MINOR*100) + HB_VERSION_MICRO
 
 #define FILE_VERSION           1.3
-#define PREF_VERSION           524
+#define PREF_VERSION           526
 
 #if HB_UNSTABLE == FALSE
        #define PROGNAME                "HomeBank"
 /* container spacing */
 #define SPACING_TINY           3
 #define SPACING_SMALL          6
+#define SPACING_POPOVER                10
 #define SPACING_MEDIUM         12
 #define SPACING_LARGE          18
 
+
 #define HB_DATE_MAX_GAP        7
 
 // those 2 line are duplicated into dateentry
@@ -310,7 +313,7 @@ struct HomeBank
 
 };
 
-gint homebank_alienfile_recognize(gchar *filename);
+
 gchar *homebank_filepath_with_extention(gchar *path, gchar *extension);
 gchar *homebank_filename_without_extention(gchar *path);
 void homebank_file_ensure_xhb(gchar *filename);
This page took 0.017922 seconds and 4 git commands to generate.