* src/mainwindow.h
Put back conditional at the end of struct
+2008-11-18 [colin] 3.6.1cvs33
+
+ * src/mainwindow.h
+ Put back conditional at the end of struct
+
2008-11-18 [colin] 3.6.1cvs32
* src/procmime.c
( cvs diff -u -r 1.382.2.482 -r 1.382.2.483 src/compose.c; ) > 3.6.1cvs30.patchset
( cvs diff -u -r 1.382.2.483 -r 1.382.2.484 src/compose.c; ) > 3.6.1cvs31.patchset
( cvs diff -u -r 1.49.2.119 -r 1.49.2.120 src/procmime.c; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/common/w32_reg.c; ) > 3.6.1cvs32.patchset
+( cvs diff -u -r 1.39.2.53 -r 1.39.2.54 src/mainwindow.h; ) > 3.6.1cvs33.patchset
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=32
+EXTRA_VERSION=33
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
GtkWidget *warning_btn;
GtkWidget *tags_menu;
-#ifdef HAVE_LIBSM
- gpointer smc_conn;
-#endif
gboolean in_folder;
GtkActionGroup *action_group;
GtkUIManager *ui_manager;
+
+#ifdef HAVE_LIBSM
+ gpointer smc_conn;
+#endif
};
MainWindow *main_window_create (void);