aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/krb5-auth-dialog.glade1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 53faf1f..f35a038 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-09-26 Guido Guenther <agx@sigxcpu.org>
+ * src/krb5-auth-dialog.glade: remove width_request from
+ krb5_auth_message_label. Now we display the whole principal name
+ instead of cutting it off at an arbitrary position.
+
+2008-09-26 Guido Guenther <agx@sigxcpu.org>
+
* src/krb5-auth-dialog.1.in: add manpage section
2008-09-26 Guido Guenther <agx@agx@sigxcpu.org>
diff --git a/src/krb5-auth-dialog.glade b/src/krb5-auth-dialog.glade
index ef4ff7c..66d34e5 100644
--- a/src/krb5-auth-dialog.glade
+++ b/src/krb5-auth-dialog.glade
@@ -116,7 +116,6 @@
<child>
<widget class="GtkLabel" id="krb5_message_label">
- <property name="width_request">333</property>
<property name="visible">True</property>
<property name="label" translatable="no"></property>
<property name="use_underline">False</property>