]> git.pld-linux.org Git - packages/metacity.git/commitdiff
- check in addition if exist one of theme : AgingGorilla,Bright,Esco,Metabox,Bluecurv...
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Wed, 29 Oct 2003 23:53:03 +0000 (23:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    metacity-default-themes.patch -> 1.1

metacity-default-themes.patch [new file with mode: 0644]

diff --git a/metacity-default-themes.patch b/metacity-default-themes.patch
new file mode 100644 (file)
index 0000000..995f961
--- /dev/null
@@ -0,0 +1,37 @@
+diff -Nuard metacity-2.6.3.orig/src/main.c metacity-2.6.3/src/main.c
+--- metacity-2.6.3.orig/src/main.c     2003-09-29 18:55:26.000000000 +0200
++++ metacity-2.6.3/src/main.c  2003-10-30 00:47:30.000000000 +0100
+@@ -426,7 +426,7 @@
+    */
+   if (!meta_ui_have_a_theme ())
+     meta_ui_set_current_theme ("Simple", FALSE);
+-  
++
+   if (!meta_ui_have_a_theme ())
+     meta_ui_set_current_theme ("Atlanta", FALSE);
+@@ -434,6 +434,24 @@
+     meta_ui_set_current_theme ("Crux", FALSE);
+   if (!meta_ui_have_a_theme ())
++    meta_ui_set_current_theme ("AgingGorilla", FALSE);
++
++  if (!meta_ui_have_a_theme ())
++    meta_ui_set_current_theme ("Bright", FALSE);
++
++  if (!meta_ui_have_a_theme ())
++    meta_ui_set_current_theme ("Esco", FALSE);
++
++  if (!meta_ui_have_a_theme ())
++    meta_ui_set_current_theme ("Metabox", FALSE);
++
++  if (!meta_ui_have_a_theme ())
++    meta_ui_set_current_theme ("Bluecurve", FALSE);
++
++  if (!meta_ui_have_a_theme ())
++    meta_ui_set_current_theme ("Industrial", FALSE);
++
++  if (!meta_ui_have_a_theme ())
+     meta_fatal (_("Could not find a theme! Be sure %s exists and contains the usual themes."),
+                 METACITY_DATADIR"/themes");
+   
This page took 0.062338 seconds and 4 git commands to generate.