Re: [PATCH 7/15] gnome-control-center: I18N #1



On 10.04.2008 21:58, Bryce Harrington wrote:
gnome-control-center:  104_cc-randr12-enable-i18n.patch

Enables i18n and adds a couple missing header file includes.
Patch is thanks to Timo Jyrinki.

diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.22.1/capplets/display/xrandr-capplet.c gnome-control-center-2.22.1.new/capplets/display/xrandr-capplet.c --- gnome-control-center-2.22.1/capplets/display/xrandr-capplet.c 2008-04-09 10:57:37.000000000 +0100 +++ gnome-control-center-2.22.1.new/capplets/display/xrandr-capplet.c 2008-04-09 10:57:38.000000000 +0100
@@ -30,6 +30,9 @@
 #include <gdk/gdkx.h>
 #include <X11/Xlib.h>

+#include "capplet-util.h"
+#include <config.h>
+
 typedef struct App App;
 typedef struct GrabInfo GrabInfo;


This one's wrong. config.h always needs to be the very first
included header.

Jens


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]