use the correct gi18n header. Fixes bug #553000.

2008-09-22  Frederic Crozat  <fcrozat@mandriva.com>

        * gtk/gtkfilesystem.c: use the correct gi18n header.
        Fixes bug #553000.


svn path=/trunk/; revision=21486
This commit is contained in:
Frederic Crozat 2008-09-22 08:55:58 +00:00 committed by Frédéric Crozat
parent 3215e56501
commit d89074b428
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-09-22 Frederic Crozat <fcrozat@mandriva.com>
* gtk/gtkfilesystem.c: use the correct gi18n header.
Fixes bug #553000.
2008-09-22 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated

View File

@ -24,7 +24,7 @@
#include <string.h>
#include <glib/gi18n.h>
#include <glib/gi18n-lib.h>
#include "gtkfilechooser.h"
#include "gtkfilesystem.h"