[gtk+] Revert "resources: Make Raleigh the real name of the theme"
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Revert "resources: Make Raleigh the real name of the theme"
- Date: Sat, 25 Jan 2014 19:04:46 +0000 (UTC)
commit 86972cee3037663e1731c960e2b015e62795a3cf
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jan 25 14:02:52 2014 -0500
Revert "resources: Make Raleigh the real name of the theme"
This reverts commit 6fa703b506a597e19d60f5f35d06547b4bf6f7fa.
This did not work after all - we're trying to load the theme
css by its name, and the alias makes that not work.
gtk/gtk.gresource.xml | 2 +-
.../theme/{Raleigh.css => gtk-default.css} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtk.gresource.xml b/gtk/gtk.gresource.xml
index 922afe4..7c430d9 100644
--- a/gtk/gtk.gresource.xml
+++ b/gtk/gtk.gresource.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gtk/libgtk">
- <file alias="theme/gtk-default.css">theme/Raleigh.css</file>
+ <file alias="theme/Raleigh.css">theme/gtk-default.css</file>
<file>theme/gtk-win32.css</file>
<file>theme/gtk-win32-xp.css</file>
<file>theme/gtk-win32-base.css</file>
diff --git a/gtk/resources/theme/Raleigh.css b/gtk/resources/theme/gtk-default.css
similarity index 100%
rename from gtk/resources/theme/Raleigh.css
rename to gtk/resources/theme/gtk-default.css
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]