mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
gtk/gtkmain.c don't #include <libintl.h>, it's pulled in via "gtkintl.h"
2008-06-12 Michael Natterer <mitch@imendio.com> * gtk/gtkmain.c * gtk/gtktrayicon-x11.c: don't #include <libintl.h>, it's pulled in via "gtkintl.h" from <glib/gi18n-lib.h>. svn path=/trunk/; revision=20362
This commit is contained in:
parent
e242d89ed3
commit
128a478b9b
@ -1,3 +1,9 @@
|
||||
2008-06-12 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkmain.c
|
||||
* gtk/gtktrayicon-x11.c: don't #include <libintl.h>, it's pulled
|
||||
in via "gtkintl.h" from <glib/gi18n-lib.h>.
|
||||
|
||||
2008-06-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
RH bug 248245 and 449379: cups client printing from gnome
|
||||
|
@ -31,10 +31,6 @@
|
||||
|
||||
#include <locale.h>
|
||||
|
||||
#ifdef HAVE_BIND_TEXTDOMAIN_CODESET
|
||||
#include <libintl.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
#include <libintl.h>
|
||||
|
||||
#include "gtkintl.h"
|
||||
#include "gtkprivate.h"
|
||||
|
Loading…
Reference in New Issue
Block a user