summaryrefslogtreecommitdiff
path: root/x11-themes/gnome-themes-extras/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-20 06:31:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-20 06:31:28 +0000
commit1c1371cf578a2bd758a99729806500828235acff (patch)
tree548b80ef0d1dabfe0109acc3df6917c8780c9dbd /x11-themes/gnome-themes-extras/files
parentUpdate to 2.6.1. (diff)
Update to 0.7.
Notes
Notes: svn path=/head/; revision=107660
Diffstat (limited to 'x11-themes/gnome-themes-extras/files')
-rw-r--r--x11-themes/gnome-themes-extras/files/patch-Smooth::smooth_style.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-themes/gnome-themes-extras/files/patch-Smooth::smooth_style.c b/x11-themes/gnome-themes-extras/files/patch-Smooth::smooth_style.c
deleted file mode 100644
index d3728a2302da..000000000000
--- a/x11-themes/gnome-themes-extras/files/patch-Smooth::smooth_style.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- Smooth/smooth_style.c.orig Thu Dec 11 10:05:56 2003
-+++ Smooth/smooth_style.c Thu Dec 11 10:06:13 2003
-@@ -707,7 +707,7 @@
- {
- g_return_if_fail(sanitize_parameters(style, window, &width, &height));
-
-- if ((EDGE_LINE_STYLE(style,NULL) == SMOOTH_LINE_FLAT) && DETAIL ("entry") && widget && (GTK_IS_SPIN_BUTTON (widget) || (widget->parent && GTK_IS_COMBO(widget->parent))))
-+ if ((EDGE_LINE_STYLE(style,NULL) == SMOOTH_LINE_FLAT) && DETAIL ("entry") && widget && (GTK_IS_SPIN_BUTTON (widget) || (widget->parent && GTK_IS_COMBO_BOX(widget->parent))))
- {
- gtk_paint_flat_box(style, window, widget->state, GTK_SHADOW_NONE, area, widget, "entry_bg", x, y, width, height);
-