[Commits] [SCM] claws branch, master, updated. 3.9.3-110-g8704da3

wwp at claws-mail.org wwp at claws-mail.org
Mon Apr 28 10:34:22 CEST 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  8704da39f60cf3ac2d15506ee539c0f79e60ef50 (commit)
       via  0ad67b156700fdb53f6912d52adceb79389e6683 (commit)
      from  2c8ed95f7080187c10adb816d4d5d60fcd355fd4 (commit)


- Log -----------------------------------------------------------------
commit 8704da39f60cf3ac2d15506ee539c0f79e60ef50
Merge: 0ad67b1 2c8ed95
Author: wwp <wwp at free.fr>
Date:   Mon Apr 28 10:27:44 2014 +0200

    Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws


commit 0ad67b156700fdb53f6912d52adceb79389e6683
Author: wwp <wwp at free.fr>
Date:   Sun Apr 27 13:11:14 2014 +0200

    Fix few implicit references warnings.

diff --git a/src/plugins/vcalendar/vcal_folder.c b/src/plugins/vcalendar/vcal_folder.c
index 59718b6..e18240a 100644
--- a/src/plugins/vcalendar/vcal_folder.c
+++ b/src/plugins/vcalendar/vcal_folder.c
@@ -42,6 +42,7 @@
 #include "procheader.h"
 #include "folder.h"
 #include "folderview.h"
+#include "folder_item_prefs.h"
 #include "vcalendar.h"
 #include "vcal_folder.h"
 #include "vcal_prefs.h"
diff --git a/src/prefs_themes.c b/src/prefs_themes.c
index 6c69fba..3f50cf8 100644
--- a/src/prefs_themes.c
+++ b/src/prefs_themes.c
@@ -45,6 +45,7 @@
 #include "mainwindow.h"
 #include "compose.h"
 #include "alertpanel.h"
+#include "addr_compl.h"
 
 #define IS_CURRENT_THEME(path)  (strcmp(prefs_common.pixmap_theme_path, path) == 0)
 #define IS_INTERNAL_THEME(path) (strcmp(DEFAULT_PIXMAP_THEME, path) == 0)

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/vcalendar/vcal_folder.c |    1 +
 src/prefs_themes.c                  |    1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list