diff options
author | adamw <adamw@FreeBSD.org> | 2003-09-25 10:49:18 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-09-25 10:49:18 +0800 |
commit | 9f5056524ddfbe55aea6cfd7da7f9c9814dbd580 (patch) | |
tree | 7a0703079752afe3539b41ac5c1ae69a88e99a93 /x11-themes/gnome-themes-extras | |
parent | 1a7d6bb01127f8e09c648c3178f1eef4acd54100 (diff) | |
download | freebsd-ports-gnome-9f5056524ddfbe55aea6cfd7da7f9c9814dbd580.tar.gz freebsd-ports-gnome-9f5056524ddfbe55aea6cfd7da7f9c9814dbd580.tar.zst freebsd-ports-gnome-9f5056524ddfbe55aea6cfd7da7f9c9814dbd580.zip |
Add a patch to make the icons in the Gorilla GTK2 theme work
properly, and make apps not barf when they start.
Submitted by: Rui Lopes
Obtained from: marcuscom
Diffstat (limited to 'x11-themes/gnome-themes-extras')
-rw-r--r-- | x11-themes/gnome-themes-extras/files/patch-Gorilla::gtkrc-2.0::gtkrc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/gnome-themes-extras/files/patch-Gorilla::gtkrc-2.0::gtkrc b/x11-themes/gnome-themes-extras/files/patch-Gorilla::gtkrc-2.0::gtkrc new file mode 100644 index 000000000000..18b3d7b3d813 --- /dev/null +++ b/x11-themes/gnome-themes-extras/files/patch-Gorilla::gtkrc-2.0::gtkrc @@ -0,0 +1,19 @@ +--- Gorilla/gtk-2.0/gtkrc.orig Sun Sep 14 10:14:29 2003 ++++ Gorilla/gtk-2.0/gtkrc Sun Sep 14 10:14:45 2003 +@@ -1,7 +1,5 @@ + # Gorilla gtk theme + # (c) 2002-2003 Jakub 'jimmac' Steiner <jimmac@ximian.com> +-include "iconrc" +- + style "gorilla-default" + { + GtkWidget::interior_focus = 1 +@@ -48,6 +46,8 @@ + engine "industrial" {} + + } ++ ++include "iconrc" + + style "gorilla-unrounded" = "gorilla-default" + { |