aboutsummaryrefslogtreecommitdiffstats
path: root/testing/polkit-kde-agent/polkit-kde-agent-1-0.99.0-remember_password-1.patch
diff options
context:
space:
mode:
authorLinux User <se@alpine-desktop.my.domain>2014-10-16 19:52:25 +0400
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-17 13:52:16 +0000
commit9085b73f09d41af164193a3e0b5e22fcce80d503 (patch)
tree5d2e5fa503bf2540ddeed992a4aba407ffa24649 /testing/polkit-kde-agent/polkit-kde-agent-1-0.99.0-remember_password-1.patch
parent276617c77708f50d68ba9b4c87a866399ddd7250 (diff)
downloadaports-9085b73f09d41af164193a3e0b5e22fcce80d503.tar.bz2
aports-9085b73f09d41af164193a3e0b5e22fcce80d503.tar.xz
Added KDE core packages
Diffstat (limited to 'testing/polkit-kde-agent/polkit-kde-agent-1-0.99.0-remember_password-1.patch')
-rw-r--r--testing/polkit-kde-agent/polkit-kde-agent-1-0.99.0-remember_password-1.patch49
1 files changed, 49 insertions, 0 deletions
diff --git a/testing/polkit-kde-agent/polkit-kde-agent-1-0.99.0-remember_password-1.patch b/testing/polkit-kde-agent/polkit-kde-agent-1-0.99.0-remember_password-1.patch
new file mode 100644
index 0000000000..4401e045df
--- /dev/null
+++ b/testing/polkit-kde-agent/polkit-kde-agent-1-0.99.0-remember_password-1.patch
@@ -0,0 +1,49 @@
+Submitted By: Ragnar Thomsen <rthomsen_at_linuxfromscratch_dot_org>
+Date: 2012-07-21
+Initial Package Version: 0.99.0
+Origin: OpenSUSE
+Description: Removes the unimplemented "remember authorization" checkbox.
+
+diff -Naur a/AuthDialog.ui b/AuthDialog.ui
+--- a/AuthDialog.ui 2010-12-09 00:40:22.000000000 +0100
++++ b/AuthDialog.ui 2012-07-21 19:01:38.532138834 +0200
+@@ -114,39 +114,6 @@
+ </property>
+ </widget>
+ </item>
+- <item row="4" column="1" colspan="3" >
+- <widget class="QCheckBox" name="cbRemember" >
+- <property name="text" >
+- <string>Remember authorization</string>
+- </property>
+- <property name="checked" >
+- <bool>true</bool>
+- </property>
+- </widget>
+- </item>
+- <item row="5" column="2" colspan="2" >
+- <widget class="QCheckBox" name="cbSessionOnly" >
+- <property name="text" >
+- <string>For this session only</string>
+- </property>
+- </widget>
+- </item>
+- <item row="5" column="1" >
+- <spacer name="horizontalSpacer" >
+- <property name="orientation" >
+- <enum>Qt::Horizontal</enum>
+- </property>
+- <property name="sizeType" >
+- <enum>QSizePolicy::Fixed</enum>
+- </property>
+- <property name="sizeHint" stdset="0" >
+- <size>
+- <width>15</width>
+- <height>10</height>
+- </size>
+- </property>
+- </spacer>
+- </item>
+ <item row="1" column="1" colspan="3" >
+ <widget class="KComboBox" name="userCB" />
+ </item>