2005-12-09 [paul] 1.9.100cvs80

* src/plugins/pgpcore/passphrase.c
		wrap the label in the dialog
This commit is contained in:
Paul Mangan 2005-12-09 09:05:58 +00:00
parent 8873037850
commit a364903650
4 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-12-09 [paul] 1.9.100cvs80
* src/plugins/pgpcore/passphrase.c
wrap the label in the dialog
2005-12-09 [cleroy] 1.9.100cvs79
* src/plugins/pgpcore/sgpgme.c

View file

@ -1063,3 +1063,4 @@
( cvs diff -u -r 1.213.2.69 -r 1.213.2.70 src/folder.c; ) > 1.9.100cvs77.patchset
( cvs diff -u -r 1.13.2.9 -r 1.13.2.10 src/common/plugin.c; ) > 1.9.100cvs78.patchset
( cvs diff -u -r 1.1.2.13 -r 1.1.2.14 src/plugins/pgpcore/sgpgme.c; ) > 1.9.100cvs79.patchset
( cvs diff -u -r 1.1.2.7 -r 1.1.2.8 src/plugins/pgpcore/passphrase.c; ) > 1.9.100cvs80.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=9
MICRO_VERSION=100
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=79
EXTRA_VERSION=80
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -274,6 +274,7 @@ create_description(const gchar *uid_hint, const gchar *pass_hint, gint prev_bad)
label = gtk_label_new (buf);
gtk_label_set_use_markup(GTK_LABEL (label), TRUE);
gtk_label_set_justify (GTK_LABEL (label), GTK_JUSTIFY_LEFT);
gtk_label_set_line_wrap(GTK_LABEL (label), TRUE);
g_free (buf);
return label;