[Commits] spamassassin_gtk.c 1.23.2.55 1.23.2.56
colin at claws-mail.org
colin at claws-mail.org
Fri Oct 7 11:40:18 CEST 2011
Update of /home/claws-mail/claws/src/plugins/spamassassin
In directory claws-mail:/tmp/cvs-serv26650/src/plugins/spamassassin
Modified Files:
Tag: gtk2
spamassassin_gtk.c
Log Message:
2011-10-07 [colin] 3.7.10cvs21
* configure.ac
* src/action.c
* src/addr_compl.c
* src/addrgather.c
* src/compose.c
* src/compose.h
* src/editldap.c
* src/mainwindow.c
* src/message_search.c
* src/mimeview.c
* src/mimeview.h
* src/prefs_account.c
* src/prefs_compose_writing.c
* src/prefs_filtering_action.c
* src/prefs_folder_item.c
* src/prefs_logging.c
* src/prefs_matcher.c
* src/prefs_message.c
* src/prefs_other.c
* src/prefs_receive.c
* src/prefs_summaries.c
* src/prefs_wrapping.c
* src/printing.c
* src/ssl_manager.c
* src/statusbar.c
* src/stock_pixmap.c
* src/summary_search.c
* src/textview.c
* src/gtk/Makefile.am
* src/gtk/colorlabel.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
* src/gtk/logwindow.c
* src/gtk/menu.c
* src/gtk/menu.h
* src/gtk/quicksearch.c
* src/gtk/spell_entry.c
* src/plugins/bogofilter/bogofilter_gtk.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/pgpcore/prefs_gpg.c
* src/plugins/spamassassin/spamassassin_gtk.c
Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
ported (especially GtkCMOptionMenu)
Index: spamassassin_gtk.c
===================================================================
RCS file: /home/claws-mail/claws/src/plugins/spamassassin/spamassassin_gtk.c,v
retrieving revision 1.23.2.55
retrieving revision 1.23.2.56
diff -u -d -r1.23.2.55 -r1.23.2.56
--- spamassassin_gtk.c 16 Feb 2011 07:16:25 -0000 1.23.2.55
+++ spamassassin_gtk.c 7 Oct 2011 09:40:16 -0000 1.23.2.56
@@ -229,17 +229,17 @@
GtkWidget *spamd_label;
GtkWidget *spamd_hostname_entry;
GtkWidget *spamd_colon_label;
- GtkObject *spamd_port_spinbtn_adj;
+ GtkAdjustment *spamd_port_spinbtn_adj;
GtkWidget *spamd_port_spinbtn;
GtkWidget *spamd_socket_entry;
GtkWidget *max_size_label;
- GtkObject *max_size_spinbtn_adj;
+ GtkAdjustment *max_size_spinbtn_adj;
GtkWidget *max_size_spinbtn;
GtkWidget *max_size_kb_label;
GtkWidget *timeout_label;
- GtkObject *timeout_spinbtn_adj;
+ GtkAdjustment *timeout_spinbtn_adj;
GtkWidget *timeout_spinbtn;
GtkWidget *timeout_seconds_label;
More information about the Commits
mailing list