[gnome-bluetooth/gnome-2-28] Initialize codeset for users of bluetooth_chooser



commit 629851a6841188712b77b5052c0b48c265ae19ef
Author: Pascal Terjan <pterjan linuxfr org>
Date:   Mon Nov 16 18:01:45 2009 +0100

    Initialize codeset for users of bluetooth_chooser
    
    Signed-off-by: Pascal Terjan <pterjan linuxfr org>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=602118

 lib/bluetooth-chooser.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/bluetooth-chooser.c b/lib/bluetooth-chooser.c
index 0787bd3..2651b00 100644
--- a/lib/bluetooth-chooser.c
+++ b/lib/bluetooth-chooser.c
@@ -1123,6 +1123,8 @@ bluetooth_chooser_class_init (BluetoothChooserClass *klass)
 	guint i;
 	int max_filter_val;
 
+	bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
+
 	g_type_class_add_private(klass, sizeof(BluetoothChooserPrivate));
 
 	G_OBJECT_CLASS(klass)->finalize = bluetooth_chooser_finalize;



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