summaryrefslogtreecommitdiff
path: root/x11-themes/gnome-themes-extras/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-05 04:15:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-05 04:15:24 +0000
commitb41b93b15ebfeedd9f62aebec8978a35c88717ae (patch)
tree7ac6e576ee4973c487ff0555f63e4ddcc0ae866e /x11-themes/gnome-themes-extras/files
parentRemove maintainer since he is blocked email from FreeBSD.org: (diff)
Fix some known compatibility problems with GNOME 2.6.
Notes
Notes: svn path=/head/; revision=106192
Diffstat (limited to 'x11-themes/gnome-themes-extras/files')
-rw-r--r--x11-themes/gnome-themes-extras/files/patch-Smooth::smooth_style.c11
-rw-r--r--x11-themes/gnome-themes-extras/files/patch-configure10
2 files changed, 11 insertions, 10 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
new file mode 100644
index 000000000000..d3728a2302da
--- /dev/null
+++ b/x11-themes/gnome-themes-extras/files/patch-Smooth::smooth_style.c
@@ -0,0 +1,11 @@
+--- 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);
+
diff --git a/x11-themes/gnome-themes-extras/files/patch-configure b/x11-themes/gnome-themes-extras/files/patch-configure
deleted file mode 100644
index 99515043d8c1..000000000000
--- a/x11-themes/gnome-themes-extras/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Thu Jun 12 03:11:39 2003
-+++ configure Thu Jun 12 03:12:05 2003
-@@ -7905,6 +7905,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'