summaryrefslogtreecommitdiff
path: root/pcr/lxappearance-gtk3/0002-Fix-About-dialog-for-GTK-3.patch
blob: 04cacfbdd9a59335a3e35832d95b68fc568a8300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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