]> git.pld-linux.org Git - packages/evolution-data-server.git/commitdiff
- fixed upstream long time ago
authorgrzegol <grzegol@pld-linux.org>
Mon, 4 Sep 2006 19:24:38 +0000 (19:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evolution-data-server-gcc4.patch -> 1.2
    evolution-data-server-workaround-cal-backend-leak.patch -> 1.2

evolution-data-server-gcc4.patch [deleted file]
evolution-data-server-workaround-cal-backend-leak.patch [deleted file]

diff --git a/evolution-data-server-gcc4.patch b/evolution-data-server-gcc4.patch
deleted file mode 100644 (file)
index 9266e5a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- evolution-data-server-1.2.2/calendar/libecal/e-cal.c~      2005-04-08 15:11:41.000000000 +0200
-+++ evolution-data-server-1.2.2/calendar/libecal/e-cal.c       2005-04-29 20:41:01.710986876 +0200
-@@ -885,6 +885,9 @@
-       g_mutex_unlock (op->mutex);     
- }
-+static gboolean
-+open_calendar (ECal *ecal, gboolean only_if_exists, GError **error, ECalendarStatus *status, gboolean needs_auth);
-+
- static gboolean  
- reopen_with_auth (gpointer data)
- {
diff --git a/evolution-data-server-workaround-cal-backend-leak.patch b/evolution-data-server-workaround-cal-backend-leak.patch
deleted file mode 100644 (file)
index 89c3ce0..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- evolution-data-server-1.0.2/src/server.c.workaround-cal-backend-leak       2004-10-20 01:11:58.049726116 -0400
-+++ evolution-data-server-1.0.2/src/server.c   2004-10-20 01:13:53.582289628 -0400
-@@ -151,6 +151,13 @@
-               bonobo_main_quit ();
-       }
-+      /* Workaround for http://bugzilla.ximian.com/show_bug.cgi?id=68533 */
-+      if (e_data_cal_factory_get_n_backends (e_data_cal_factory) == 0 &&
-+          e_data_book_factory_get_n_backends (e_data_book_factory) == 1) {
-+              g_message ("termination_handler(): Terminating the Server (with workaround for bug 68533).  Have a nice day.");
-+              bonobo_main_quit ();
-+      }
-+
-       termination_handler_id = 0;
-       return FALSE;
- }
This page took 0.033055 seconds and 4 git commands to generate.