Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail/files: claws-mail-3.7.9_notify_crash.patch
Date: Sat, 30 Apr 2011 18:38:39
Message-Id: 20110430183824.919A920057@flycatcher.gentoo.org
1 fauli 11/04/30 18:38:24
2
3 Added: claws-mail-3.7.9_notify_crash.patch
4 Log:
5 revision bump to fix bug 362297, which is a crash on start-up
6
7 (Portage version: 2.1.9.42/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 mail-client/claws-mail/files/claws-mail-3.7.9_notify_crash.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/files/claws-mail-3.7.9_notify_crash.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/files/claws-mail-3.7.9_notify_crash.patch?rev=1.1&content-type=text/plain
14
15 Index: claws-mail-3.7.9_notify_crash.patch
16 ===================================================================
17 Fixes crash with libnotify, reported upstream
18
19 http://bugs.gentoo.org/show_bug.cgi?id=362297
20
21
22 --- src/main.c.orig 2011-04-30 20:18:09.853235001 +0200
23 +++ src/main.c 2011-04-30 20:18:26.993660501 +0200
24 @@ -331,7 +331,7 @@
25 gtk_widget_show(hack);
26 }
27
28 - xdisplay = gdk_display_get_default();
29 + xdisplay = GDK_DISPLAY_XDISPLAY(gdk_display_get_default());
30 sn_display = sn_display_new(xdisplay,
31 sn_error_trap_push,
32 sn_error_trap_pop);