[gimp] themes: fix icon paths in the "Small" theme
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] themes: fix icon paths in the "Small" theme
- Date: Sun, 13 Dec 2015 12:39:31 +0000 (UTC)
commit 8bdcc2f56561ac6ab1dabd7f082a1453811b0214
Author: Michael Natterer <mitch gimp org>
Date: Sun Dec 13 13:39:08 2015 +0100
themes: fix icon paths in the "Small" theme
themes/Small/gtkrc | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/themes/Small/gtkrc b/themes/Small/gtkrc
index f3f0155..210a871 100644
--- a/themes/Small/gtkrc
+++ b/themes/Small/gtkrc
@@ -15,19 +15,19 @@ style "gimp-default-style"
{
stock["gtk-dialog-error"] =
{
- { "../../icons/hicolor/64x64/apps/gimp-error.png", *, *, "gtk-dialog" }
+ { "../../icons/Default/hicolor/64x64/apps/gimp-error.png", *, *, "gtk-dialog" }
}
stock["gtk-dialog-info"] =
{
- { "../../icons/hicolor/64x64/apps/gimp-info.png", *, *, "gtk-dialog" }
+ { "../../icons/Default/hicolor/64x64/apps/gimp-info.png", *, *, "gtk-dialog" }
}
stock["gtk-dialog-question"] =
{
- { "../../icons/hicolor/64x64/apps/gimp-question.png", *, *, "gtk-dialog" }
+ { "../../icons/Default/hicolor/64x64/apps/gimp-question.png", *, *, "gtk-dialog" }
}
stock["gtk-dialog-warning"] =
{
- { "../../icons/hicolor/64x64/apps/gimp-warning.png", *, *, "gtk-dialog" }
+ { "../../icons/Default/hicolor/64x64/apps/gimp-warning.png", *, *, "gtk-dialog" }
}
# Uncommenting this line allows to set a different (smaller) font for GIMP.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]