diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2002-02-04 15:13:26 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-04 15:13:26 +0000 |
commit | aea7e2c13ad5c796cedd64ce19411bec57b983da (patch) | |
tree | dcbb624bac4ab0137755f50c3e6903e4c37b63be /gdk | |
parent | cb19160cf06225a45bcf8ff262e9cb373e889f07 (diff) | |
download | gdk-pixbuf-aea7e2c13ad5c796cedd64ce19411bec57b983da.tar.gz |
on Feb 4 10:06:49 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkevents-x11.c: gtk-double-click-time,
not gtk-double-click-timeout. (#70501)
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/x11/gdkevents-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkevents-x11.c b/gdk/x11/gdkevents-x11.c index cefdfca50..12a3693e5 100644 --- a/gdk/x11/gdkevents-x11.c +++ b/gdk/x11/gdkevents-x11.c @@ -2045,7 +2045,7 @@ static struct const char *xsettings_name; const char *gdk_name; } settings_map[] = { - { "Net/DoubleClickTime", "gtk-double-click-timeout" }, + { "Net/DoubleClickTime", "gtk-double-click-time" }, { "Net/DndDragThreshold", "gtk-dnd-drag-threshold" }, { "Gtk/ColorPalette", "gtk-color-palette" }, { "Gtk/ToolbarStyle", "gtk-toolbar-style" }, |