~ubuntu-branches/ubuntu/natty/evolution-data-server/natty

« back to all changes in this revision

Viewing changes to debian/patches/299-git-find_book_by_contact_crash_9b01440.patch

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-02-07 14:11:56 UTC
  • mfrom: (1.1.84 upstream)
  • Revision ID: james.westby@ubuntu.com-20110207141156-jakojbbkzee62447
Tags: 2.32.2-0ubuntu1
* New upstream release
* debian/patches/01_various_linking_issues.patch:
* debian/patches/02_fix_sources_migration.patch:
* debian/patches/199-git-backport-2.32.1-b08a6a1_to_2d0f4a3.patch:
* debian/patches/199-git-backport-2.32.1-to-b08a6a1.patch:
* debian/patches/199-git-skip-empty-cache-files-ee21a86.patch:
  - Fixed upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Subject: Bug #525565 - Crash in find_book_by_contact at e-name-selector-entry.c
5
5
 
6
6
---
7
 
diff --git a/libedataserverui/e-name-selector-entry.c b/libedataserverui/e-name-selector-entry.c
8
 
index e135847..0340fba 100644
9
 
--- a/libedataserverui/e-name-selector-entry.c
10
 
+++ b/libedataserverui/e-name-selector-entry.c
11
 
@@ -2299,7 +2299,7 @@ find_book_by_contact (GList *books, const gchar *contact_uid)
 
7
Index: evolution-data-server-2.32.2/libedataserverui/e-name-selector-entry.c
 
8
===================================================================
 
9
--- evolution-data-server-2.32.2.orig/libedataserverui/e-name-selector-entry.c  2011-02-06 11:41:49.000000000 +1100
 
10
+++ evolution-data-server-2.32.2/libedataserverui/e-name-selector-entry.c       2011-02-07 14:19:16.963443739 +1100
 
11
@@ -2282,7 +2282,7 @@
12
12
 
13
13
        for (l = books; l; l = g_list_next (l)) {
14
14
                EBook    *book = l->data;
17
17
                gboolean  result;
18
18
 
19
19
                result = e_book_get_contact (book, contact_uid, &contact, NULL);
20
 
@@ -2349,7 +2349,6 @@ editor_closed_cb (GtkWidget *editor, gpointer data)
 
20
@@ -2332,7 +2332,6 @@
21
21
 
22
22
        g_free (contact_uid);
23
23
        g_object_unref (contact);
25
25
        g_object_unref (name_selector_entry);
26
26
 }
27
27
 
28
 
--
29
 
cgit v0.8.3.1