CVS: sylpheedclaws/plugins/mailmbox/src plugin.c,1.4.2.14,1.4.2.15 plugin_gtk.c,1.4.2.16,1.4.2.17
[email protected] Tue, 26 Dec 2006 21:34:24 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/plugins/mailmbox/src
In directory sunsite.dk:/tmp/cvs-serv24471/src
Modified Files:
Tag: gtk2
plugin.c plugin_gtk.c
Log Message:
2006-12-26 [colin] 1.12.3cvs3
* src/plugin.c
* src/plugin_gtk.c
Follow 2.6.1cvs75 API change
Index: plugin.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/mailmbox/src/plugin.c,v
retrieving revision 1.4.2.14
retrieving revision 1.4.2.15
diff -u -d -r1.4.2.14 -r1.4.2.15
--- plugin.c 2006/12/15 19:44:36 1.4.2.14
+++ plugin.c 2006/12/26 21:34:21 1.4.2.15
@@ -31,7 +31,7 @@
gint plugin_init(gchar **error)
{
- if (!check_plugin_version(MAKE_NUMERIC_VERSION(2, 6, 1, 41),
+ if (!check_plugin_version(MAKE_NUMERIC_VERSION(2, 6, 1, 75),
VERSION_NUMERIC, "Mailmbox", error))
return -1;
Index: plugin_gtk.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/mailmbox/src/plugin_gtk.c,v
retrieving revision 1.4.2.16
retrieving revision 1.4.2.17
diff -u -d -r1.4.2.16 -r1.4.2.17
--- plugin_gtk.c 2006/11/27 08:18:29 1.4.2.16
+++ plugin_gtk.c 2006/12/26 21:34:21 1.4.2.17
@@ -338,7 +338,7 @@
if (!to_folder)
return;
- folderview_move_folder(folderview, from_folder, to_folder);
+ folderview_move_folder(folderview, from_folder, to_folder, FALSE);
}
static void rename_folder_cb(FolderView *folderview, guint action,