Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-screensaver/files: gnome-screensaver-2.22.2-fix-copy-themes-include.patch
Date: Sun, 28 Sep 2008 08:13:05
Message-Id: E1KjrOo-0003E7-Uo@stork.gentoo.org
1 leio 08/09/28 08:13:02
2
3 Added:
4 gnome-screensaver-2.22.2-fix-copy-themes-include.patch
5 Log:
6 Fix compatibility with gtk+-2.14, bug 238734
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.1 gnome-extra/gnome-screensaver/files/gnome-screensaver-2.22.2-fix-copy-themes-include.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gnome-screensaver/files/gnome-screensaver-2.22.2-fix-copy-themes-include.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gnome-screensaver/files/gnome-screensaver-2.22.2-fix-copy-themes-include.patch?rev=1.1&content-type=text/plain
14
15 Index: gnome-screensaver-2.22.2-fix-copy-themes-include.patch
16 ===================================================================
17 Retrieved from http://svn.gnome.org/viewvc/gnome-screensaver/trunk/src/copy-theme-dialog.c?r1=1357&r2=1462&view=patch
18 Fixes build compatibility against gtk+-2.14
19
20 --- trunk/src/copy-theme-dialog.c 2008/01/31 03:10:09 1357
21 +++ trunk/src/copy-theme-dialog.c 2008/07/03 13:17:17 1462
22 @@ -21,12 +21,14 @@
23 # include "config.h"
24 #endif
25
26 +#include <sys/stat.h>
27 +#include <limits.h>
28 +#include <string.h>
29 +
30 #include <glib.h>
31 #include <glib/gi18n.h>
32 #include <gtk/gtk.h>
33 #include <gio/gio.h>
34 -#include <limits.h>
35 -#include <string.h>
36
37 #include "copy-theme-dialog.h"