1 Description: Drop gtk_set_locale() which is deprecated
2 Author: Stephen Kitt <steve@sk2.org>
4 gtk_init() does everything necessary anyway...
6 Index: gdmap/src/main.c
7 ===================================================================
8 --- gdmap.orig/src/main.c 2013-06-22 17:19:57.688844857 +0200
9 +++ gdmap/src/main.c 2013-06-22 17:21:43.915514364 +0200
12 g_option_context_free(context);
15 gtk_init(&argc, &argv);
17 gtk_rc_parse_string(GtkResource);