summaryrefslogtreecommitdiff
path: root/src/core/prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/prefs.c')
-rw-r--r--src/core/prefs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/prefs.c b/src/core/prefs.c
index f7df9f39..691516a5 100644
--- a/src/core/prefs.c
+++ b/src/core/prefs.c
@@ -541,8 +541,8 @@ static MetaIntPreference preferences_int[] =
KEY_GENERAL_SCHEMA,
META_PREF_ALT_TAB_MAX_COLUMNS,
&alt_tab_max_columns,
- META_MIN_ALT_TAB_MAX_COLUMNS,
- META_MAX_ALT_TAB_MAX_COLUMNS,
+ META_MIN_ALT_TAB_MAX_COLUMNS,
+ META_MAX_ALT_TAB_MAX_COLUMNS,
META_DEFAULT_ALT_TAB_MAX_COLUMNS,
},
{ NULL, NULL, 0, NULL, 0, 0, 0, },
@@ -1166,7 +1166,7 @@ gboolean
meta_prefs_is_in_skip_list (char *class)
{
GList *item;
-
+
for (item = show_desktop_skip_list; item; item = item->next)
{
if (!g_ascii_strcasecmp (class, item->data))