aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/0001-Make-ticket-dialog-non-resizable.patch
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-11-01 19:56:50 +0100
committerGuido Günther <agx@sigxcpu.org>2009-11-01 19:56:50 +0100
commit3cde6136ab7010e15919f8f647affd0468674f4a (patch)
tree0bbb0af2772f994ab47c4978b6380f56606ccaf3 /debian/patches/0001-Make-ticket-dialog-non-resizable.patch
parentMerge commit 'upstream/0.14' (diff)
downloadkrb5-auth-dialog-3cde6136ab7010e15919f8f647affd0468674f4a.tar.gz
krb5-auth-dialog-3cde6136ab7010e15919f8f647affd0468674f4a.tar.bz2
krb5-auth-dialog-3cde6136ab7010e15919f8f647affd0468674f4a.zip
drop patches picked from upstream
Diffstat (limited to 'debian/patches/0001-Make-ticket-dialog-non-resizable.patch')
-rw-r--r--debian/patches/0001-Make-ticket-dialog-non-resizable.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/debian/patches/0001-Make-ticket-dialog-non-resizable.patch b/debian/patches/0001-Make-ticket-dialog-non-resizable.patch
deleted file mode 100644
index d629f5f..0000000
--- a/debian/patches/0001-Make-ticket-dialog-non-resizable.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
-Date: Tue, 29 Sep 2009 12:34:46 +0200
-Subject: [PATCH] Make ticket dialog non resizable
-
-This makes sure window managers like maximus don't try to automaxmize
-the dialog.
----
- src/krb5-auth-dialog.xml | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/src/krb5-auth-dialog.xml b/src/krb5-auth-dialog.xml
-index f1a9d11..d379265 100644
---- a/src/krb5-auth-dialog.xml
-+++ b/src/krb5-auth-dialog.xml
-@@ -155,6 +155,7 @@
- <object class="GtkDialog" id="krb5_tickets_dialog">
- <property name="border_width">5</property>
- <property name="title" translatable="yes">Service Tickets</property>
-+ <property name="resizable">False</property>
- <property name="type_hint">normal</property>
- <property name="has_separator">False</property>
- <child internal-child="vbox">
---
bgstack15