bump libxklavier requirement to 3.3 remove compatibility hack for

2007-10-21  Jens Granseuer  <jensgr@gmx.net>

	* configure.in: bump libxklavier requirement to 3.3
	* capplets/keyboard/gnome-keyboard-properties-xkbmc.c: remove
	compatibility hack for libxklavier <= 3.2

svn path=/trunk/; revision=8182
This commit is contained in:
Jens Granseuer 2007-10-21 12:24:29 +00:00 committed by Jens Granseuer
parent ee35f7dfd7
commit a5946b5d2d
3 changed files with 7 additions and 6 deletions

View file

@ -41,11 +41,6 @@ static void fill_models_list (GladeXML * chooser_dialog);
static gboolean fill_vendors_list (GladeXML * chooser_dialog);
/* hack, till libxklavier 3.3 is released */
#ifndef XCI_PROP_VENDOR
#define XCI_PROP_VENDOR "vendor"
#endif
static GtkTreePath *
gtk_list_store_find_entry (GtkListStore * list_store,
GtkTreeIter * iter, gchar * name, int column_id)