themes: fix icon paths in Default theme's gtkrc.
A few icons are still hardcoded in the Default theme. I am not sure why they are not taken from the icon theme, but anyway let's fix the errors for now.
This commit is contained in:
parent
5beb69d009
commit
8d2ededbf2
1 changed files with 4 additions and 4 deletions
|
|
@ -21,19 +21,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" }
|
||||
}
|
||||
|
||||
GtkPaned::handle-size = 6
|
||||
|
|
|
|||
Loading…
Reference in a new issue