]> Pileus Git - ~andy/gtk/commitdiff
Don't use gtk_set_locale
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Dec 2010 04:42:17 +0000 (23:42 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Dec 2010 17:07:02 +0000 (12:07 -0500)
tests/flicker.c

index 738ff341c838fc1b06729cdb19871e054042f252..2bd53ce53e3b91c1dc47ee1ecbd810ed79789ab6 100644 (file)
@@ -204,7 +204,6 @@ main (int argc, char *argv[])
 {
   GtkWidget *window1;
 
-  gtk_set_locale ();
   gtk_init (&argc, &argv);
 
   window1 = create_flicker ();