gtk+ r21487 - in branches/gtk-2-14: . gtk



Author: fcrozat
Date: Mon Sep 22 08:58:15 2008
New Revision: 21487
URL: http://svn.gnome.org/viewvc/gtk+?rev=21487&view=rev

Log:
2008-09-22  Frederic Crozat  <fcrozat mandriva com>

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



Modified:
   branches/gtk-2-14/ChangeLog
   branches/gtk-2-14/gtk/gtkfilesystem.c

Modified: branches/gtk-2-14/gtk/gtkfilesystem.c
==============================================================================
--- branches/gtk-2-14/gtk/gtkfilesystem.c	(original)
+++ branches/gtk-2-14/gtk/gtkfilesystem.c	Mon Sep 22 08:58:15 2008
@@ -24,7 +24,7 @@
 
 #include <string.h>
 
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
 
 #include "gtkfilechooser.h"
 #include "gtkfilesystem.h"



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