aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-11-16 22:44:08 +0800
committerpav <pav@FreeBSD.org>2005-11-16 22:44:08 +0800
commit53dda1e95a487020589f3d08bfbf87f709c6c703 (patch)
tree7ff4ec9a0dcf926c303d1c1ed70ffa9de579e633 /x11-toolkits/gtk20
parent8a674037b3ad49f3877d2a5a80ffa6104d569f17 (diff)
downloadfreebsd-ports-gnome-53dda1e95a487020589f3d08bfbf87f709c6c703.tar.gz
freebsd-ports-gnome-53dda1e95a487020589f3d08bfbf87f709c6c703.tar.zst
freebsd-ports-gnome-53dda1e95a487020589f3d08bfbf87f709c6c703.zip
- Fix build on FreeBSD 4.X
PR: ports/89139 Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net>
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c b/x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c
new file mode 100644
index 000000000000..84ca8959bf87
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c
@@ -0,0 +1,18 @@
+--- gtk/gtkpathbar.c.orig Wed Nov 16 10:40:00 2005
++++ gtk/gtkpathbar.c Wed Nov 16 10:41:05 2005
+@@ -933,6 +933,7 @@
+ GtkPathBar *path_bar;
+ GList *button_list;
+ gboolean child_is_hidden;
++ GtkFilePath *child_path;
+
+ button_data = BUTTON_DATA (data);
+ if (button_data->ignore_changes)
+@@ -945,7 +946,6 @@
+
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
+
+- GtkFilePath *child_path;
+ if (button_list->prev)
+ {
+ ButtonData *child_data;