GDBus: Fix up i18n

This commit is contained in:
David Zeuthen
2010-05-06 16:34:23 -04:00
parent 0fd6498cd8
commit fb1b4599a0
22 changed files with 86 additions and 51 deletions

View File

@@ -22,7 +22,7 @@
#include "config.h"
#include <glib/gi18n.h>
#include <string.h>
#include "gdbusauthmechanismsha1.h"
#include "gcredentials.h"
@@ -40,6 +40,8 @@
#include <glib/gstdio.h>
#include "glibintl.h"
struct _GDBusAuthMechanismSha1Private
{
gboolean is_client;