fa41eaedf0
Tested in several bulk builds by many, thanks! Note that this temporarely breaks gtk2mm (and all -mm) ports, due to a pending update to gtk2mm which needs fixing in libstdc++. This is being worked on, as other known breakages. Report any fallout to ports@. Discussed at length with espie@ naddy@ bernd@ steven@ ajacoutot@ jasper@ ok ajacoutot@ jasper@
13 lines
588 B
Plaintext
13 lines
588 B
Plaintext
$OpenBSD: patch-gtk_gtksettings_c,v 1.7 2008/11/18 12:36:49 landry Exp $
|
|
--- gtk/gtksettings.c.orig Fri Sep 19 06:44:04 2008
|
|
+++ gtk/gtksettings.c Sun Oct 19 20:04:32 2008
|
|
@@ -310,7 +310,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
|
g_param_spec_string ("gtk-key-theme-name",
|
|
P_("Key Theme Name"),
|
|
P_("Name of key theme RC file to load"),
|
|
- NULL,
|
|
+ "Emacs",
|
|
GTK_PARAM_READWRITE),
|
|
NULL);
|
|
g_assert (result == PROP_KEY_THEME_NAME);
|