summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@src.gnome.org>2006-04-03 09:09:41 +0000
committerWouter Bolsterlee <wbolster@src.gnome.org>2006-04-03 09:09:41 +0000
commita1f3d207b00d763eba9dd582330ea871b2508358 (patch)
treeb115d2961c11f55e0667c443dc6dba480fd33af1
parent38419b6a0a376dbb4c00854b98d6fa93893ae39a (diff)
downloadgnome-control-center-a1f3d207b00d763eba9dd582330ea871b2508358.tar.gz
Don't allow tab characters in custom theme descriptions (#336151, Wouter
* capplets/theme-switcher/theme-properties.glade: Don't allow tab characters in custom theme descriptions (#336151, Wouter Bolsterlee)
-rw-r--r--ChangeLog5
-rw-r--r--capplets/theme-switcher/theme-properties.glade2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c09a8fec8..861ca98f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-03 Wouter Bolsterlee <uws+gnome@xs4all.nl>
+
+ * capplets/theme-switcher/theme-properties.glade: Don't allow tab
+ characters in custom theme descriptions (#336151, Wouter Bolsterlee)
+
2006-03-29 Jaap A. Haitsma <jaap@haitsma.org>
Fixes #171833
diff --git a/capplets/theme-switcher/theme-properties.glade b/capplets/theme-switcher/theme-properties.glade
index 47505992e..b32ed0773 100644
--- a/capplets/theme-switcher/theme-properties.glade
+++ b/capplets/theme-switcher/theme-properties.glade
@@ -1721,7 +1721,7 @@
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="overwrite">False</property>
- <property name="accepts_tab">True</property>
+ <property name="accepts_tab">False</property>
<property name="justification">GTK_JUSTIFY_LEFT</property>
<property name="wrap_mode">GTK_WRAP_WORD</property>
<property name="cursor_visible">True</property>