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)
This commit is contained in:
parent
38419b6a0a
commit
a1f3d207b0
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue