[Commits] [SCM] claws branch, master, updated. 3.12.0-62-g6267b9b
claws at claws-mail.org
claws at claws-mail.org
Thu Aug 27 09:42:30 CEST 2015
The branch, master has been updated
via 6267b9b8a6a9cc348e5869461de8844c8b03deb4 (commit)
from 30afef9bb6cf24d84a548580914474b3c2c8b442 (commit)
Summary of changes:
src/addrgather.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit 6267b9b8a6a9cc348e5869461de8844c8b03deb4
Author: Paul <paul at claws-mail.org>
Date: Thu Aug 27 08:42:26 2015 +0100
use the PACK_CHECK_BUTTON macro in prefs_gtk.h
diff --git a/src/addrgather.c b/src/addrgather.c
index 99ed70b..cc728ff 100644
--- a/src/addrgather.c
+++ b/src/addrgather.c
@@ -44,6 +44,7 @@
#include "folder.h"
#include "utils.h"
#include "prefs_common.h"
+#include "prefs_gtk.h"
#include "addrharvest.h"
#ifndef USE_NEW_ADDRBOOK
@@ -299,13 +300,6 @@ static void addrgather_dlg_cancel( GtkWidget *widget, gpointer data ) {
gtk_main_quit();
}
-#define PACK_CHECK_BUTTON(box, checkbtn, label) \
-{ \
- checkbtn = gtk_check_button_new_with_label(label); \
- gtk_widget_show(checkbtn); \
- gtk_box_pack_start(GTK_BOX(box), checkbtn, FALSE, TRUE, 0); \
-}
-
/*
* Create notebook page for mail headers.
* Enter: pageNum Page number.
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list