summaryrefslogtreecommitdiff
path: root/pcr/lxappearance-gtk3/0002-Fix-About-dialog-for-GTK-3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/lxappearance-gtk3/0002-Fix-About-dialog-for-GTK-3.patch')
-rw-r--r--pcr/lxappearance-gtk3/0002-Fix-About-dialog-for-GTK-3.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/pcr/lxappearance-gtk3/0002-Fix-About-dialog-for-GTK-3.patch b/pcr/lxappearance-gtk3/0002-Fix-About-dialog-for-GTK-3.patch
new file mode 100644
index 000000000..04cacfbdd
--- /dev/null
+++ b/pcr/lxappearance-gtk3/0002-Fix-About-dialog-for-GTK-3.patch
@@ -0,0 +1,27 @@
+From a29d071de300708dc27cc3fa6cc1f3993824a954 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor@gmail.com>
+Date: Thu, 18 Dec 2014 13:27:20 +0100
+Subject: [PATCH 2/2] Fix About dialog for GTK+ 3
+
+---
+ data/ui/about.glade.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/ui/about.glade.in b/data/ui/about.glade.in
+index e1b1975..04f09f8 100644
+--- a/data/ui/about.glade.in
++++ b/data/ui/about.glade.in
+@@ -4,9 +4,9 @@
+ <property name="border_width">5</property>
+ <property name="window_position">center-on-parent</property>
+ <property name="type_hint">dialog</property>
+- <property name="has_separator">False</property>
+ <property name="program_name">LXAppearance</property>
+ <property name="version">@VERSION@</property>
++ <property name="logo_icon_name">preferences-desktop-theme</property>
+ <property name="copyright" translatable="yes">Copyright (C) 2008-2014 LXDE Project</property>
+ <property name="comments" translatable="yes">Customizes look and feel of your desktop</property>
+ <property name="website">http://lxde.org/</property>
+--
+2.1.3
+