openbsd-ports/x11/gtk+2/patches/patch-gtk_gtksettings_c
kurt 3b24ddf582 make emacs the default key theme. this will make the standard ^U, ^A, ^E
etc emacs commands work by default for gtk+2 apps. orig from pvalchev@.

okay marcm@
2005-09-07 20:51:14 +00:00

13 lines
575 B
Plaintext

$OpenBSD: patch-gtk_gtksettings_c,v 1.1 2005/09/07 20:51:14 kurt Exp $
--- gtk/gtksettings.c.orig Thu Aug 11 17:38:18 2005
+++ gtk/gtksettings.c Thu Aug 11 17:38:25 2005
@@ -326,7 +326,7 @@ gtk_settings_class_init (GtkSettingsClas
g_param_spec_string ("gtk-key-theme-name",
P_("Key Theme Name"),
P_("Name of key theme RC file to load"),
- NULL,
+ "Emacs",
G_PARAM_READWRITE),
NULL);
g_assert (result == PROP_KEY_THEME_NAME);