diff options
Diffstat (limited to 'debian/patches/0001-remove-unused-GtkImage-with-duplicate-id.patch')
-rw-r--r-- | debian/patches/0001-remove-unused-GtkImage-with-duplicate-id.patch | 25 |
1 files changed, 25 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> +-- |