mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-10 09:24:38 +08:00
c6dc7e6cad
pkgrel=2 because the upstream tar has changed to fix the "load translation"
61cc1556af
14 lines
457 B
Diff
14 lines
457 B
Diff
--- a/src/main.cpp 2013-02-02 18:49:59.000000000 -0500
|
|
+++ b/src/main.cpp 2013-02-03 15:29:35.158370124 -0500
|
|
@@ -51,8 +51,8 @@
|
|
}
|
|
|
|
// Fall back to gconf
|
|
- if (themeName.isEmpty())
|
|
- themeName = QGtkStyle::getGConfString(QLatin1String("/desktop/gnome/interface/gtk_theme"));
|
|
+ //if (themeName.isEmpty())
|
|
+ // themeName = QGtkStyle::getGConfString(QLatin1String("/desktop/gnome/interface/gtk_theme"));
|
|
|
|
return themeName;
|
|
}
|