Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pivotto <roidelapluie@esquimaux.be>2007-06-10 11:13:28 +0400
committerJulien Pivotto <roidelapluie@esquimaux.be>2007-06-10 11:13:28 +0400
commit7b87c829fb61e24eca2fb27664dfef8a44863ca3 (patch)
tree5545731e8a0cad65ce4a4e22c30551b0bae0324f
parent17adcf752035be600920154c32194204d6abc464 (diff)
use wrap words in vcard annotations (like in about).
-rw-r--r--data/glade/vcard_information_window.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/glade/vcard_information_window.glade b/data/glade/vcard_information_window.glade
index 0adbb8acc..036945e5b 100644
--- a/data/glade/vcard_information_window.glade
+++ b/data/glade/vcard_information_window.glade
@@ -2660,7 +2660,7 @@
<property name="overwrite">False</property>
<property name="accepts_tab">True</property>
<property name="justification">GTK_JUSTIFY_LEFT</property>
- <property name="wrap_mode">GTK_WRAP_NONE</property>
+ <property name="wrap_mode">GTK_WRAP_WORD</property>
<property name="cursor_visible">True</property>
<property name="pixels_above_lines">0</property>
<property name="pixels_below_lines">0</property>