aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-08-30 19:18:10 +0200
committerGuido Günther <agx@sigxcpu.org>2009-08-30 19:18:10 +0200
commit56734b5891bfeb2ba0d1afb43f59a6b55161dc65 (patch)
tree5dc6be247a1e7776ad6da5f7ea139f253e89555a
parentdocument changes and release 0.12-1 (diff)
downloadkrb5-auth-dialog-56734b5891bfeb2ba0d1afb43f59a6b55161dc65.tar.gz
krb5-auth-dialog-56734b5891bfeb2ba0d1afb43f59a6b55161dc65.tar.bz2
krb5-auth-dialog-56734b5891bfeb2ba0d1afb43f59a6b55161dc65.zip
new patch 0001-remove-unused-GtkImage-with-duplicate-id.patch
remove unused GtkImage with duplicate id BZ: #593389
-rw-r--r--debian/patches/0001-remove-unused-GtkImage-with-duplicate-id.patch25
-rw-r--r--debian/patches/series1
2 files changed, 26 insertions, 0 deletions
diff --git a/debian/patches/0001-remove-unused-GtkImage-with-duplicate-id.patch b/debian/patches/0001-remove-unused-GtkImage-with-duplicate-id.patch
new file mode 100644
index 0000000..7e7c5f1
--- /dev/null
+++ b/debian/patches/0001-remove-unused-GtkImage-with-duplicate-id.patch
@@ -0,0 +1,25 @@
+From: =?utf-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
+Date: Sun, 30 Aug 2009 19:06:42 +0200
+Subject: [PATCH] remove unused GtkImage with duplicate id
+
+BZ: #593389
+---
+ preferences/krb5-auth-dialog-preferences.xml | 4 ----
+ 1 files changed, 0 insertions(+), 4 deletions(-)
+
+diff --git a/preferences/krb5-auth-dialog-preferences.xml b/preferences/krb5-auth-dialog-preferences.xml
+index 14b8598..61e99a9 100644
+--- a/preferences/krb5-auth-dialog-preferences.xml
++++ b/preferences/krb5-auth-dialog-preferences.xml
+@@ -712,10 +712,6 @@
+ <action-widget response="0">button1</action-widget>
+ </action-widgets>
+ </object>
+- <object class="GtkImage" id="image1">
+- <property name="visible">True</property>
+- <property name="stock">gtk-missing-image</property>
+- </object>
+ <object class="GtkAdjustment" id="adjustment1">
+ <property name="upper">1000</property>
+ <property name="step_increment">1</property>
+--
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ae4063e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-remove-unused-GtkImage-with-duplicate-id.patch
bgstack15