aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguidog <guidog@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2008-09-26 15:16:18 +0000
committerguidog <guidog@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2008-09-26 15:16:18 +0000
commit1390804dfd5184981a39662b3c1304a33c4afdc6 (patch)
treefa896ba51706ef8989a23a6a62b5b87ce7d2a1da
parent5769c0d1285386609f54a4f0e5c1b03c2e6d7def (diff)
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. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@81 517b70f8-ed25-0410-8bf6-f5db08f7b76e
-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>