From f26a795dd49a3bd242088d3c4e27cbfcec9185f9 Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 11 Jan 2005 19:27:28 +0000 Subject: Update to 2.1.3. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3389 df743ca5-7f9a-e211-a948-0013205c9059 --- .../files/patch-plugins_shared-folder_install-shared.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mail/evolution/files/patch-plugins_shared-folder_install-shared.c (limited to 'mail/evolution/files') diff --git a/mail/evolution/files/patch-plugins_shared-folder_install-shared.c b/mail/evolution/files/patch-plugins_shared-folder_install-shared.c new file mode 100644 index 000000000..2b4a81113 --- /dev/null +++ b/mail/evolution/files/patch-plugins_shared-folder_install-shared.c @@ -0,0 +1,16 @@ +--- plugins/shared-folder/install-shared.c.orig Tue Jan 11 14:07:43 2005 ++++ plugins/shared-folder/install-shared.c Tue Jan 11 14:08:02 2005 +@@ -132,12 +132,12 @@ + static void + accept_clicked(GnomeDruidPage *page, GtkWidget *druid, const char *id) + { +- g_print("\n\naccepting\n\n"); + EMFolderTreeModel *model; + EMFolderTree *folder_tree; + GtkWidget *dialog ; + struct AcceptData *accept_data; + char *uri; ++ g_print("\n\naccepting\n\n"); + accept_data = g_new0(struct AcceptData, 1); + model = mail_component_peek_tree_model (mail_component_peek ()); + folder_tree = (EMFolderTree *) em_folder_tree_new_with_model (model); -- cgit v1.2.3