* src/prefs_common.h
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Thu, 25 Mar 2004 09:34:34 +0000 (09:34 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Thu, 25 Mar 2004 09:34:34 +0000 (09:34 +0000)
add new members at the end of prefs_common, so
they get properly initialized

ChangeLog.claws
src/prefs_common.h

index c895b031c341ff356a703c2d953da26cf514454b..bcb855243998b19cbc5db7e140bb3dc24d9ec1f5 100644 (file)
@@ -1,3 +1,9 @@
+2004-03-25 [alfons]    0.9.10claws31
+
+       * src/prefs_common.h
+               add new members at the end of prefs_common, so
+               they get properly initialized
+
 2004-03-24 [christoph] 0.9.10claws30
 
        * src/imap.c
index 2752730ca185d4816d11d2502978ae55886e25c1..971e7d832cf0b97ccd8dc725c6972349b17b96ab 100644 (file)
@@ -292,8 +292,9 @@ struct _PrefsCommon
        gboolean work_offline;
        
        gint summary_quicksearch_type;
-       GList *summary_quicksearch_history;
        gulong color_new;
+       
+       GList *summary_quicksearch_history;
 };
 
 extern PrefsCommon prefs_common;