From 6b195148c00b990923ad5de4d021d4eeacbede68 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 10 Mar 2006 09:09:12 +0000 Subject: Bump to 1.0.2; release. Initialise vd.variant and vd.variant to NULL when failing to get the active RMLVO components from the server. --- ChangeLog | 9 +++++++++ configure.ac | 2 +- setxkbmap.c | 4 +++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d7960b..90b6f08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-03-10 Daniel Stone + + * configure.ac: + Bump to 1.0.2; release. + + * setxkbmap.c: + Initialise vd.variant and vd.variant to NULL when failing to get + the active RMLVO components from the server. + 2005-12-20 Kevin E. Martin * configure.ac: diff --git a/configure.ac b/configure.ac index b8ff054..6d415ca 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(setxkbmap,[1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],setxkbmap) +AC_INIT(setxkbmap,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],setxkbmap) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE diff --git a/setxkbmap.c b/setxkbmap.c index 2c09ddb..76ddafc 100644 --- a/setxkbmap.c +++ b/setxkbmap.c @@ -1,4 +1,4 @@ -/* $XdotOrg$ */ +/* $XdotOrg: app/setxkbmap/setxkbmap.c,v 1.2 2004/04/23 19:54:37 eich Exp $ */ /************************************************************ Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc. @@ -468,6 +468,8 @@ char * tmp= NULL; tmp = DFLT_XKB_RULES_FILE; vd.model = DFLT_XKB_MODEL; vd.layout = DFLT_XKB_LAYOUT; + vd.variant = NULL; + vd.options = NULL; VMSG3(3,"Use defaults: rules - '%s' model - '%s' layout - '%s'\n", tmp, vd.model, vd.layout); } -- cgit v1.2.3